1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: aliases support

This commit is contained in:
2020-09-01 19:23:13 +02:00
parent 8390f8aa55
commit 264de9c568
4 changed files with 25 additions and 19 deletions

View File

@ -133,12 +133,12 @@ body {
}
.form-select,
.form-select:not([multiple]):not([size]),
.form-input,
.form-select:not([multiple]):not([size]),
.form-checkbox .form-icon,
.form-radio .form-icon {
border-color: $bg-color-light;
background: $bg-color-gray;
background-color: $bg-color-gray;
}
.form-input:not(:placeholder-shown):invalid:focus {