Changeset 13476 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
- Timestamp:
- 04/09/2024 06:31:42 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
r13471 r13476 644 644 #bbpress-forums { 645 645 646 fieldset.bbp-form button {647 padding: 0 0.8rem;648 font-size: ms(-2);649 }650 651 646 .bbp-reply-form { 652 647 clear: both; … … 659 654 } 660 655 661 fieldset.bbp-form select, 662 fieldset.bbp-form input[type="text"] { 663 min-height: 32px; 664 height: 32px; 665 } 666 656 #bbp-your-profile fieldset.submit button, 667 657 .bbp-submit-wrapper { 668 margin-top: -35px; 669 670 @media (max-width: 767px) { 671 margin-top: 0; 672 } 658 float: none; 673 659 } 674 660 … … 721 707 #bbpress-forums { 722 708 723 fieldset.bbp-form {724 margin: 0;725 border: 0;726 727 legend {728 font-weight: 400;729 font-size: ms(2);730 }731 732 label,733 p em {734 font-size: ms(-2);735 }736 737 em#site_url_description {738 display: inline-block;739 margin-bottom: 12px;740 }741 742 input[type="checkbox"],743 input#site_url,744 input#bbp_topic_tags {745 margin-bottom: 0;746 }747 748 div.rate {749 margin-bottom: 8px;750 }751 }752 753 709 fieldset.log-edit { 754 710 margin: 12px 0 8px 0; … … 756 712 legend { 757 713 padding: 0; 758 font-size: ms(-2); 714 } 715 } 716 717 #bbp-your-profile fieldset { 718 padding: 0; 719 margin: 0 0 var(--wp--style--block-gap); 720 border: none; 721 } 722 723 fieldset.bbp-form select, 724 fieldset.bbp-form input[type="text"], 725 #bbp-your-profile fieldset input, 726 #bbp-your-profile fieldset textarea, 727 #bbp-your-profile fieldset select { 728 height: unset; 729 border-color: var(--wp--custom--form--border--color); 730 padding: var(--wp--custom--form--padding--block) var(--wp--custom--form--padding--inline); 731 background-color: var(--wp--custom--form--color--background); 732 border-radius: var(--wp--custom--form--border--radius); 733 min-height: 40px; 734 735 &:focus { 736 box-shadow: none; 737 } 738 739 &:focus-visible { 740 box-shadow: none; 741 outline: -webkit-focus-ring-color auto 1px; 742 } 743 744 &:disabled { 745 border-color: var(--wp--custom--form--disabled--border-color); 746 } 747 } 748 749 fieldset.bbp-form { 750 751 input[type="checkbox"], 752 input[type="radio"] { 753 margin: 0; 754 755 + label { 756 margin-left: 0.5em; 757 } 758 759 &:focus { 760 box-shadow: none; 761 } 762 763 &:focus-visible { 764 box-shadow: none; 765 outline: -webkit-focus-ring-color auto 1px; 766 } 767 } 768 769 label input[type="checkbox"], 770 label input[type="radio"] { 771 margin-right: 0.5em; 759 772 } 760 773 } … … 823 836 .reply-edit #bbpress-forums .bbp-reply-form legend { 824 837 display: block; 838 } 839 840 body.reply-edit #bbpress-forums fieldset.bbp-form, 841 body.topic-edit #bbpress-forums fieldset.bbp-form { 842 border: none; 843 margin: 0 0 var(--wp--style--block-gap); 825 844 } 826 845 … … 1231 1250 font-size: var(--wp--preset--font-size--small); 1232 1251 1252 h2.entry-title { 1253 font-size: var(--wp--preset--font-size--heading-4); 1254 padding-bottom: unset; 1255 margin: 0 0 var(--wp--style--block-gap); 1256 } 1257 1233 1258 .bbp-user-section { 1234 1259 margin-top: var(--wp--style--block-gap);
Note: See TracChangeset
for help on using the changeset viewer.