import scaffoldings

This commit is contained in:
Gani Georgiev
2022-08-05 06:00:38 +03:00
parent 95f9d685dc
commit f459dd8812
25 changed files with 1362 additions and 261 deletions
+4 -3
View File
@@ -53,6 +53,7 @@ button {
height: 100%;
pointer-events: none;
user-select: none;
backface-visibility: hidden;
background: var(--primaryColor);
transition: filter var(--baseAnimationSpeed),
opacity var(--baseAnimationSpeed),
@@ -483,13 +484,13 @@ select {
line-height: var(--smLineHeight);
color: var(--txtHintColor);
}
.help-block-error {
color: var(--dangerColor);
}
// states
&.error,
&.invalid {
.help-block-error {
color: var(--dangerColor);
}
> label {
color: var(--dangerColor);
}