mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
去掉minx.scss
This commit is contained in:
parent
5b25508e49
commit
dcc489cb2f
@ -7,15 +7,15 @@
|
||||
}
|
||||
|
||||
@mixin scrollBar {
|
||||
&::-webkit-scrollbar-track-piece {
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: #fff;
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
background-color: #fff;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
background-color: hsla(220,4%,58%,.3);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user