This commit is contained in:
parent
f385a50023
commit
7991ec1917
1 changed files with 3 additions and 4 deletions
|
@ -61,11 +61,11 @@ body {
|
|||
color: black;
|
||||
}
|
||||
|
||||
.lock__line button.lock__button__lock, .lock__state-icon--locked {
|
||||
.lock__line button.lock__button__lock, .lock__line .lock__state-icon .lock__state-icon--locked {
|
||||
background-color: #f88;
|
||||
}
|
||||
|
||||
.lock__line button.lock__button__unlock, .lock__state-icon--unlocked {
|
||||
.lock__line button.lock__button__unlock, .lock__line .lock__state-icon .lock__state-icon--unlocked {
|
||||
background-color: #8f8;
|
||||
}
|
||||
|
||||
|
@ -76,8 +76,7 @@ body {
|
|||
|
||||
.lock__line .lock__state-icon {
|
||||
display: inline-block;
|
||||
background: black;
|
||||
color: white;
|
||||
color: black;
|
||||
min-width: 1.5rem;
|
||||
min-height: 1.5rem;
|
||||
border-radius: 1.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue