mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-28 16:24:42 +02:00
parent
93fa9e12a3
commit
b578a26225
@ -8,6 +8,10 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: max-height 0.15s ease-out;
|
transition: max-height 0.15s ease-out;
|
||||||
|
|
||||||
|
.main-layout-header__languages > .drop-down__current-item {
|
||||||
|
min-height: unset;
|
||||||
|
}
|
||||||
|
|
||||||
&--content {
|
&--content {
|
||||||
min-height: 453px;
|
min-height: 453px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
background-color: $very-light-grey;
|
background-color: $very-light-grey;
|
||||||
border: 1px solid $grey;
|
border: 1px solid $grey;
|
||||||
min-height: 38px;
|
min-height: 38px;
|
||||||
|
display: block;
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
color: $primary-black;
|
color: $primary-black;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
min-height: 38px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -39,10 +39,4 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&_select {
|
|
||||||
.form-field__label {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user