no message
This commit is contained in:
parent
951b7167d8
commit
19b5313ef3
@ -48,15 +48,13 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
.top-hand .top-right .save-btn.save-already {
|
||||
background-color: #2d2d2d;
|
||||
border: 1px #2d2d2d;
|
||||
background-color: #333;
|
||||
border: 1px #333;
|
||||
}
|
||||
.top-hand .top-right .save-btn.save-already .icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.top-hand .top-right .save-btn .icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
@ -55,16 +55,16 @@
|
||||
cursor: pointer;
|
||||
|
||||
&.save-already {
|
||||
background-color: rgba(45, 45, 45, 1);
|
||||
border: 1px rgba(45, 45, 45, 1);
|
||||
background-color: #333;
|
||||
border: 1px #333;
|
||||
.icon {
|
||||
width: 20px;
|
||||
// width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 24px;
|
||||
// width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user