add remove and add tariff modal windows

This commit is contained in:
smanylov
2026-06-01 12:14:27 +07:00
parent 15115c5114
commit c74ef84d37
7 changed files with 551 additions and 13 deletions
+10 -2
View File
@@ -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 {