File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ // Header
2+
3+ .headerContainer {
4+ @include box-shadow-defined ($android-box-shadow-bottom );
5+ position : fixed ;
6+ top : 0 ;
7+ left : 0 ;
8+ right : 0 ;
9+ background-color : $white ;
10+ margin : 0 ;
11+ padding : 0 rem (16 );
12+ height : rem (80 );
13+ }
14+
15+ .headerLogo {
16+ display : block ;
17+ background-image : url (' ../../assets/images/riccardo-logo.png' );
18+ background-position : center ;
19+ background-repeat : no-repeat ;
20+ background-size : rem (130 );
21+ height : rem (80 );
22+ }
23+
24+ @include grid-media-query (" xsmall" ) {
25+ .headerLogo {
26+ background-size : rem (160 );
27+ }
28+ }
29+
30+ @include grid-media-query (" small-outwards" ) {
31+ .headerLogo {
32+ display : none ;
33+ }
34+ }
35+
36+ @include grid-media-query (" medium-outwards" ) {
37+ .headerContainer {
38+ padding : 0 rem (32 );
39+ }
40+ }
You can’t perform that action at this time.
0 commit comments