2018-10-18 18:10:37 +00:00
|
|
|
.preview-nav__editor-svg {
|
|
|
|
& svg {
|
|
|
|
width: #{22 / $base-font-size}rem;
|
|
|
|
height: #{22 / $base-font-size}rem;
|
|
|
|
@include themify() {
|
|
|
|
fill: getThemifyVariable('button-nav-inactive-color');
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
@include themify() {
|
|
|
|
fill: getThemifyVariable('button-background-hover-color');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-07 21:56:46 +00:00
|
|
|
|
|
|
|
.preview-nav {
|
|
|
|
.nav__item {
|
|
|
|
margin-left: #{5 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
}
|