filters and sidebar

This commit is contained in:
2024-08-15 14:44:53 +03:00
parent 1f3ebafe69
commit f9806f60c9
32 changed files with 584 additions and 456 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ input{
}
input,textarea{
background: var(--input-bg);
border: 1px solid $border-color;
border: 1px solid var(--border-color);
border-radius: 5px;
padding: 5px 7px;
font-size: 16px;