Harmonize FileInput component with styleguide (#1693)

This commit is contained in:
Florian Scholdei
2021-06-09 16:39:07 +02:00
committed by GitHub
parent f274b7f4b2
commit b058764fa1
7 changed files with 208 additions and 17 deletions

View File

@@ -664,8 +664,9 @@ form .field:not(.is-grouped) {
margin-bottom: 1rem;
}
.input,
.textarea {
/*background-color: whitesmoke;*/
.select select,
.textarea,
.file-name {
border-color: $blue-light;
box-shadow: none;
}