Fix header icon -1px (border-bottom of header)
This commit is contained in:
parent
d5a0cf7977
commit
1f91f4feb1
|
@ -9,7 +9,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: $menu-side-width;
|
width: $menu-side-width;
|
||||||
height: $menu-side-width;
|
height: calc( #{$menu-side-width} - 1px );
|
||||||
|
|
||||||
background-color: darken($theme-color, 10);
|
background-color: darken($theme-color, 10);
|
||||||
background-image: url('/src/static/iconv3.svg');
|
background-image: url('/src/static/iconv3.svg');
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 4em;
|
width: 4em;
|
||||||
height: 4em;
|
height: calc( 4em - 1px);
|
||||||
background-color: #c23f05;
|
background-color: #c23f05;
|
||||||
background-image: url("/src/static/iconv3.svg");
|
background-image: url("/src/static/iconv3.svg");
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
|
Loading…
Reference in New Issue