Further improve styleguide trigger styles
- Add some more space to the right on desktop - Remove `text-decoration` - Use correct `line-height` for the icon
This commit is contained in:
parent
47b6dc2287
commit
18dba19b8e
|
@ -92,6 +92,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.styleguide-trigger {
|
.styleguide-trigger {
|
||||||
|
text-decoration: none;
|
||||||
|
margin-right: $unit * 2;
|
||||||
opacity: .24;
|
opacity: .24;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
@ -99,10 +101,15 @@
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
screen and (max-width: $tablet-breakpoint) {
|
screen and (max-width: $tablet-breakpoint) {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 8px;
|
margin-top: $unit;
|
||||||
|
margin-right: 0;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-favorite {
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue