modal save button

This commit is contained in:
2024-08-23 19:37:20 +03:00
parent 0c00f76657
commit c43c29eb14
8 changed files with 12 additions and 10 deletions
+5 -3
View File
@@ -44,7 +44,7 @@
margin: 6px 0;
border-color: transparent;
.button {
.button:not(.primary) {
background: var(--p30);
&:hover {
@@ -53,9 +53,10 @@
}
dialog {
.button {
.button:not(.primary) {
background: var(--p20);
&:hover {
background: var(--p30);
}
@@ -142,4 +143,5 @@
}
}
}
}
+1 -1
View File
@@ -19,7 +19,7 @@
background: var(--p20);
display: flex;
flex-direction: column;
gap: 3px;
gap: 4px;
}
.sidebar-header {