Fix DropDown style

This commit is contained in:
LautaroCesso 2022-05-11 18:16:52 -03:00
parent b1ef69c60c
commit 8f2faaa2de
3 changed files with 8 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 {
height: unset;
}
&--content {
min-height: 453px;
padding: 20px;

View File

@ -12,6 +12,10 @@
border-radius: 4px 4px 0 0;
color: $primary-black;
padding: 6px;
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;
}
}
}