colors and filters

This commit is contained in:
2024-08-17 19:23:19 +03:00
parent db37653748
commit 322962403d
38 changed files with 648 additions and 556 deletions
+10 -6
View File
@@ -2,7 +2,7 @@
position: relative;
.invalid-feedback {
color: var(--error);
color: var(--text-error);
font-size: 15px;
line-height: 20px;
margin-top: 10px;
@@ -33,17 +33,23 @@
z-index: 20;
padding: 10px;
border-radius: 12px;
background: var(--background);
filter: brightness(97%);
background: var(--p20);
}
.editor-field {
background: var(--background-stack);
background: var(--p20);
padding: 18px;
position: relative;
border-radius: 12px;
margin: 6px 0;
border-color: transparent;
.button{
background: var(--p30);
&:hover{
background: var(--p40);
}
}
}
.field-header {
@@ -71,7 +77,6 @@
.help-text {
font-size: 14px;
opacity: .7;
line-height: 14px
}
@@ -83,7 +88,6 @@
.system-help-text {
font-size: 14px;
opacity: .7;
line-height: 14px;
margin-top: 10px;
}