Changeset 13305 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_bbpress.scss
- Timestamp:
- 03/11/2024 10:35:10 PM (2 years 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
r13284 r13305 857 857 } 858 858 859 /*-------------------------------------------------------------- 860 # Notices 861 --------------------------------------------------------------*/ 862 863 div.bbp-template-notice, 864 div.indicator-hint { 865 // Matches notice block 866 padding: 1.25em; 867 border-radius: 2px; 868 margin: 0 0 var(--wp--style--block-gap); 869 870 ul:last-child { 871 margin-bottom: 0; 872 } 873 874 p, 875 li { 876 font-size: var(--wp--preset--font-size--extra-small); 877 padding: 0; 878 } 879 } 859 880 860 881 /*--------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.