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 {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
height: #{12 / $base-font-size}rem;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
& svg {
|
||||
width: #{12 / $base-font-size}rem;
|
||||
height: #{12 / $base-font-size}rem;
|
||||
width: #{10 / $base-font-size}rem;
|
||||
height: #{10 / $base-font-size}rem;
|
||||
}
|
||||
@include themify() {
|
||||
& path {
|
||||
|
|
Loading…
Reference in a new issue