Visual Refresh

This commit is contained in:
Indiana Jone (Indi) 2025-03-25 19:15:00 -04:00
parent 3b470c843c
commit 8778d7a9b4

View file

@ -238,3 +238,20 @@
margin-left: auto;
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;
}