Changeset 3676 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
- Timestamp:
- 07/12/2016 10:17:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3548 r3676 21 21 .download-button { 22 22 background-color: #21759b; 23 background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); 24 background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); 25 background-image: -moz-linear-gradient(top, #2a95c5, #21759b); 26 background-image: -ms-linear-gradient(top, #2a95c5, #21759b); 27 background-image: -o-linear-gradient(top, #2a95c5, #21759b); 28 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 23 background-image: linear-gradient(to bottom, #2a95c5, #21759b); 24 border-bottom-color: #1e6a8d; 29 25 border-color: #21759b; 30 border-bottom-color: #1e6a8d;31 26 box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.5 ); 32 27 … … 34 29 &:focus { 35 30 background-color: #278ab7; 36 background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b)); 37 background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b); 38 background-image: -moz-linear-gradient(top, #2e9fd2, #21759b); 39 background-image: -ms-linear-gradient(top, #2e9fd2, #21759b); 40 background-image: -o-linear-gradient(top, #2e9fd2, #21759b); 41 background-image: linear-gradient(to bottom, #2e9fd2, #21759b); 31 background-image: linear-gradient(to bottom, #2e9fd2, #21759b); 42 32 border-color: #1b607f; 43 33 box-shadow: inset 0 1px 0 rgba(120,200,230,0.6); … … 48 38 &:active { 49 39 background: #1b607f; 50 background-image: -webkit-gradient(linear, left top, left bottom, from(#21759b), to(#278ab7));51 background-image: -webkit-linear-gradient(top, #21759b, #278ab7);52 background-image: -moz-linear-gradient(top, #21759b, #278ab7);53 background-image: -ms-linear-gradient(top, #21759b, #278ab7);54 background-image: -o-linear-gradient(top, #21759b, #278ab7);55 40 background-image: linear-gradient(to bottom, #21759b, #278ab7); 56 41 border-color: #124560 #2382ae #2382ae #2382ae; 57 -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);58 42 box-shadow: inset 0 1px 0 rgba(0,0,0,0.1); 59 43 color: rgba(255,255,255,0.95); … … 72 56 .site-header { 73 57 background: $color__wp-blue; 58 padding: 16px 0; 74 59 padding: 1rem 0; 75 60 position: relative; … … 90 75 font-weight: 300; 91 76 line-height: 1; 77 margin: 0 32px 0 0; 92 78 margin: 0 2rem 0 0; 93 79 max-width: none; … … 107 93 .site-description { 108 94 color: rgba( 255, 255, 255, 0.8); 109 font-size: ms(2);95 @include font-size(ms-unitless(ms(2))); 110 96 font-weight: 300; 97 margin: -6.4px auto 32px; 111 98 margin: -0.4rem auto 2rem; 112 99 text-align: center; … … 148 135 border-radius: 2px 0 0 2px; 149 136 @include font-size( ms-unitless( ms(-4) ) ); 137 width: 126px; 150 138 width: 7rem; 151 139 } … … 159 147 @media screen and ( min-width: 60em ) { 160 148 .search-field { 149 width: 160px; 161 150 width: 10rem; 162 151 }
Note: See TracChangeset
for help on using the changeset viewer.