996a1b988a
* Got the basis covered, now I need to style all this * Corrected and upgraded Share window * Changed the routes again, and set correct design * Made some of the requested changes * Removed PreviewFrame errors * Redesigned Preview Header * Corrected style of the FullView * Corrected most of the css mistakes * Corrected logo size
14 lines
338 B
SCSS
14 lines
338 B
SCSS
.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');
|
|
}
|
|
}
|
|
}
|
|
}
|