fix: connect remaining sms pages to real backend
This commit is contained in:
@@ -58,6 +58,26 @@
|
||||
background: var(--color-selected-hover);
|
||||
}
|
||||
|
||||
.ui-button--success {
|
||||
background: rgba(22, 163, 74, 0.12);
|
||||
color: #15803d;
|
||||
}
|
||||
|
||||
.ui-button--success:hover {
|
||||
background: rgba(22, 163, 74, 0.2);
|
||||
color: #166534;
|
||||
}
|
||||
|
||||
.ui-button--warning {
|
||||
background: rgba(245, 158, 11, 0.14);
|
||||
color: #b45309;
|
||||
}
|
||||
|
||||
.ui-button--warning:hover {
|
||||
background: rgba(245, 158, 11, 0.22);
|
||||
color: #92400e;
|
||||
}
|
||||
|
||||
.ui-button--ghost {
|
||||
background: var(--color-surface);
|
||||
border-color: var(--color-border);
|
||||
@@ -79,6 +99,12 @@
|
||||
background: #b91c1c;
|
||||
}
|
||||
|
||||
.ui-button--danger .ui-button__icon,
|
||||
.ui-button--danger .ui-button__icon svg {
|
||||
color: #fff;
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
.ui-button--icon-only {
|
||||
padding: 0;
|
||||
width: var(--control-height-md);
|
||||
|
||||
Reference in New Issue
Block a user