Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_banners.scss
- Timestamp:
- 08/23/2016 10:35:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_banners.scss
r3676 r3847 1 @import "../mixins/mixins-master"; 1 2 @import "../variables-site/variables-site"; 2 3 3 4 .locale-banner { 4 5 background: $color__green; 5 padding: 8px;6 font-size: ms( 0 ); 6 7 padding: 0.5rem; 7 8 text-align: center; 8 @include font-size(ms-unitless(ms(-2)));9 }10 9 11 @media ( min-width: 67rem ) { 12 .locale-banner { 13 margin: 16px auto 0; 10 @media ( min-width: 67rem ) { 14 11 margin: 1rem auto 0; 15 12 max-width: $size__site-main;
Note: See TracChangeset
for help on using the changeset viewer.