no message
This commit is contained in:
parent
56d1adc9f6
commit
6678cd51fc
@ -47,6 +47,10 @@
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.top-hand .top-right .save-btn.save-already {
|
||||
background-color: #2d2d2d;
|
||||
border: 1px #2d2d2d;
|
||||
}
|
||||
.top-hand .top-right .save-btn .icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
@ -183,6 +187,11 @@
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
.body .item .thead .top .vs-box {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.body .item .thead .top .name {
|
||||
font-size: 15px;
|
||||
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
|
@ -54,6 +54,11 @@
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
|
||||
&.save-already {
|
||||
background-color: rgba(45, 45, 45, 1);
|
||||
border: 1px rgba(45, 45, 45, 1);
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
@ -213,6 +218,12 @@
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
}
|
||||
|
||||
.vs-box {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.name {
|
||||
font-size: 15px;
|
||||
font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
|
BIN
img/tick-white.png
Normal file
BIN
img/tick-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
x
Reference in New Issue
Block a user