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 +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 53
53
54
54
footer( class ="background-steel" )
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" md-button )
56
+ a( aria-label ="View Style Guide" href =styleguide title ="Style Guide" class ="styleguide-trigger text-snow" )
57
57
span.icon-favorite
Original file line number Diff line number Diff line change 92
92
position : relative ;
93
93
94
94
.styleguide-trigger {
95
- position : absolute ;
96
- top : $unit * 2 ;
97
- right : $unit * 2 ;
98
- font-size : 14px ;
99
- line-height : 20px ;
100
- padding : 0px $unit ;
101
95
opacity : .24 ;
96
+ float : right ;
97
+
98
+ @media handheld and (max-width : $phone-breakpoint ),
99
+ screen and (max-device-width : $phone-breakpoint ),
100
+ screen and (max-width : $tablet-breakpoint ) {
101
+ display : block ;
102
+ margin-top : 8px ;
103
+ font-size : 18px ;
104
+ float : none ;
105
+ }
102
106
}
103
107
}
104
- }
108
+ }
You can’t perform that action at this time.
0 commit comments