mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
Visual Refresh
This commit is contained in:
parent
3b470c843c
commit
8778d7a9b4
1 changed files with 17 additions and 0 deletions
|
@ -238,3 +238,20 @@
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 4.5px !important;
|
margin-right: 4.5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visual-refresh .button-danger-background {
|
||||||
|
font-size: 16px;
|
||||||
|
background-color: rgb(240 71 71 / 10%) !important;
|
||||||
|
color: rgb(240 71 71) !important;
|
||||||
|
border: 1px solid rgb(240 71 71 / 60%) !important;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-weight: 500;
|
||||||
|
padding: 6px 10px;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.visual-refresh .button-danger-background:hover {
|
||||||
|
background-color: var(--status-danger-background) !important;
|
||||||
|
color: var(--status-danger-text) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue