Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 18dba19

Browse files
committed
Further improve styleguide trigger styles
- Add some more space to the right on desktop - Remove `text-decoration` - Use correct `line-height` for the icon
1 parent 47b6dc2 commit 18dba19

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

public/resources/css/module/_footer.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,24 @@
9292
position: relative;
9393

9494
.styleguide-trigger {
95+
text-decoration: none;
96+
margin-right: $unit * 2;
9597
opacity: .24;
9698
float: right;
9799

98100
@media handheld and (max-width: $phone-breakpoint),
99101
screen and (max-device-width: $phone-breakpoint),
100102
screen and (max-width: $tablet-breakpoint) {
101103
display: block;
102-
margin-top: 8px;
104+
margin-top: $unit;
105+
margin-right: 0;
103106
font-size: 18px;
104107
float: none;
105108
}
109+
110+
.icon-favorite {
111+
line-height: 20px;
112+
}
106113
}
107114
}
108115
}

0 commit comments

Comments
 (0)