mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-10 21:46:09 +08:00
20191128
This commit is contained in:
7
src/assets/theme/dark.scss
Normal file
7
src/assets/theme/dark.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.dark{
|
||||
.sider,.header,.content{
|
||||
background-color: #000;
|
||||
color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
24
src/assets/theme/light.scss
Normal file
24
src/assets/theme/light.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.light{
|
||||
.sider,.header,.content{
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
.sider{
|
||||
border-right: 1px solid #dcdee2;
|
||||
.sider-box{
|
||||
color: #808695;
|
||||
i{
|
||||
&:hover{
|
||||
color: #515a6e;
|
||||
background-color: #efefef;
|
||||
border-right: 1px solid #808695;
|
||||
}
|
||||
&.active{
|
||||
color: #515a6e;
|
||||
background-color: #efefef;
|
||||
border-left: 2px solid #515a6e;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user