去掉minx.scss

This commit is contained in:
smallwei 2018-03-28 07:55:38 +08:00
parent 5b25508e49
commit dcc489cb2f

View File

@ -7,15 +7,15 @@
} }
@mixin scrollBar { @mixin scrollBar {
&::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
background-color: #fff; background-color: #fff;
} }
&::-webkit-scrollbar { ::-webkit-scrollbar {
width: 7px; width: 7px;
height: 7px; height: 7px;
background-color: #fff; background-color: #fff;
} }
&::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
border-radius: 5px; border-radius: 5px;
background-color: hsla(220,4%,58%,.3); background-color: hsla(220,4%,58%,.3);
} }