This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 53
53
54
54
footer( class ="background-midnight" )
55
55
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href =" /license" class =" text-snow" >MIT-style License</a >. Documentation licensed under <a class =" text-snow" href =" http://creativecommons.org/licenses/by/4.0/" >CC BY 4.0</a >.
56
- a( aria-label ="View Style Guide" href =styleguide title ="Style Guide" class ="styleguide-trigger text-snow " )
56
+ a( aria-label ="View Style Guide" href =styleguide title ="Style Guide" class ="styleguide-trigger" )
57
57
span.icon-favorite
Original file line number Diff line number Diff line change 77
77
}
78
78
79
79
footer {
80
- text-align : left ;
81
- padding : ( $unit * 2 ) ( $unit * 6 ) ;
80
+ text-align : center ;
81
+ padding : $unit * 2 ;
82
82
position : relative ;
83
83
84
84
.styleguide-trigger {
85
- box-sizing : border-box ;
86
- position : absolute ;
87
- display : inline-block ;
88
- bottom : $unit * 2 ;
89
- right : $unit * 2 ;
90
- font-size : 14px ;
91
- line-height : 24px ;
92
- height : 24px ;
93
- margin : 0 ;
94
- padding : 0 ($unit * 3 );
85
+ color : $snow ;
86
+ text-decoration : none ;
87
+ margin-right : $unit * 2 ;
95
88
opacity : .24 ;
96
- transition : all .3 s ;
89
+ float : right ;
97
90
98
- & :hover {
99
- background : $blue-grey-700 ;
100
- text-decoration : none ;
91
+ @include respond-to (' mobile' ) {
92
+ display : block ;
93
+ margin-top : $unit ;
94
+ margin-right : 0 ;
95
+ font-size : 18px ;
96
+ float : none ;
101
97
}
102
98
103
99
.icon-favorite {
104
- display : inline-block ;
105
- line-height : 24px ;
100
+ line-height : 20px ;
106
101
}
107
102
}
108
103
}
109
- }
104
+ }
You can’t perform that action at this time.
0 commit comments