add remove and add tariff modal windows
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
@use './animation.scss';
|
||||
@use './file-moderation-modal.scss';
|
||||
@use './tariff-edit-modal.scss';
|
||||
@use './tariff-remove-modal.scss';
|
||||
|
||||
:root {
|
||||
--primary-color: #2563eb;
|
||||
@@ -11,8 +12,8 @@
|
||||
--secondary-hover: #4c5869;
|
||||
--success-color: #10b981;
|
||||
--success-hover: #0d8a60;
|
||||
--danger-color: #ef4444;
|
||||
--danger-hover: #bd3434;
|
||||
--danger-color: #dc2626;
|
||||
--danger-hover: #b91c1c;
|
||||
--warning-color: #f59e0b;
|
||||
--warning-hover: #b3750b;
|
||||
--info-color: #3b82f6;
|
||||
@@ -297,6 +298,11 @@
|
||||
&:hover {
|
||||
background: var(--danger-hover);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
@@ -574,6 +580,8 @@
|
||||
border-top: 1px solid var(--border);
|
||||
font-size: 12px;
|
||||
color: var(--text-secondary);
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.btn-outline {
|
||||
|
||||
Reference in New Issue
Block a user