[DEV-339] Fix DropDown style (#1205)

* Fix DropDown style

* xd
This commit is contained in:
LautaroCesso 2022-05-16 15:07:47 -03:00 committed by GitHub
parent 93fa9e12a3
commit b578a26225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View File

@ -8,6 +8,10 @@
border-radius: 4px;
transition: max-height 0.15s ease-out;
.main-layout-header__languages > .drop-down__current-item {
min-height: unset;
}
&--content {
min-height: 453px;
padding: 20px;

View File

@ -10,6 +10,7 @@
background-color: $very-light-grey;
border: 1px solid $grey;
min-height: 38px;
display: block;
&:focus-within {
outline: none;

View File

@ -12,6 +12,10 @@
border-radius: 4px 4px 0 0;
color: $primary-black;
padding: 6px;
min-height: 38px;
display: flex;
align-items: center;
justify-content: center;
&:focus {
outline: none;

View File

@ -39,10 +39,4 @@
user-select: none;
}
}
&_select {
.form-field__label {
padding-bottom: 10px;
}
}
}