прототип QoS

This commit is contained in:
2024-11-08 17:11:14 +03:00
parent 16b9776bfd
commit d1ad7baad1
3 changed files with 100 additions and 22 deletions

View File

@@ -113,6 +113,29 @@ select * {
background: var(--bg-selected);
}
.settings-set-container details summary {
display: flex;
justify-content: space-between;
}
.dangerous-button, .action-button {
border: solid 1px var(--text-color2);
border-radius: 0.5em;
padding: 0.3em;
margin: 0.2em;
}
summary .dangerous-button, summary .action-button {
margin: 0;
}
.dangerous-button {
background: var(--bg-danger);
}
.action-button {
background: var(--brand-bg);
}
/*********************** Стили для красивых 'switch' ***********************/
.toggle-input {