parent
93fa9e12a3
commit
b578a26225
|
@ -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;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
background-color: $very-light-grey;
|
||||
border: 1px solid $grey;
|
||||
min-height: 38px;
|
||||
display: block;
|
||||
|
||||
&:focus-within {
|
||||
outline: none;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -39,10 +39,4 @@
|
|||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
&_select {
|
||||
.form-field__label {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue