fix minor styling bug on safari
This commit is contained in:
parent
66833d22b6
commit
acd0f60f19
1 changed files with 4 additions and 4 deletions
|
@ -134,11 +134,11 @@
|
||||||
|
|
||||||
.toolbar__serve-secure-help {
|
.toolbar__serve-secure-help {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
padding-top: 0;
|
||||||
height: #{12 / $base-font-size}rem;
|
padding-bottom: 0;
|
||||||
& svg {
|
& svg {
|
||||||
width: #{12 / $base-font-size}rem;
|
width: #{10 / $base-font-size}rem;
|
||||||
height: #{12 / $base-font-size}rem;
|
height: #{10 / $base-font-size}rem;
|
||||||
}
|
}
|
||||||
@include themify() {
|
@include themify() {
|
||||||
& path {
|
& path {
|
||||||
|
|
Loading…
Reference in a new issue