update red close button
This commit is contained in:
parent
81b00caf8e
commit
e4ebff127f
@ -1423,4 +1423,11 @@
|
||||
background: rgba(99,110,123,0.4);
|
||||
color: #cdd9e5;
|
||||
}
|
||||
.ui.basic.red.buttons .button, .ui.basic.red.button {
|
||||
color: var(--color-red);
|
||||
border: 1px solid var(--color-red);
|
||||
border-radius: 16px;
|
||||
padding: 5px 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
|
@ -991,3 +991,11 @@ footer {
|
||||
background: rgba(99,110,123,0.4);
|
||||
color: #cdd9e5;
|
||||
}
|
||||
|
||||
.ui.basic.red.buttons .button, .ui.basic.red.button {
|
||||
color: var(--color-red);
|
||||
border: 1px solid var(--color-red);
|
||||
border-radius: 16px;
|
||||
padding: 5px 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user