|
|
@ -1,19 +1,8 @@
|
|
|
|
.enhancedSelect {
|
|
|
|
.enhancedSelect {
|
|
|
|
composes: input from '~Components/Form/Input.css';
|
|
|
|
composes: input from '~Components/Form/Input.css';
|
|
|
|
composes: link from '~Components/Link/Link.css';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 6px 16px;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
border: 1px solid $inputBorderColor;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
background-color: $white;
|
|
|
|
|
|
|
|
box-shadow: inset 0 1px 1px $inputBoxShadowColor;
|
|
|
|
|
|
|
|
color: $black;
|
|
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hasError {
|
|
|
|
.hasError {
|
|
|
@ -56,6 +45,7 @@
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
max-width: 90%;
|
|
|
|
max-width: 90%;
|
|
|
|
|
|
|
|
max-height: 100%;
|
|
|
|
width: 350px !important;
|
|
|
|
width: 350px !important;
|
|
|
|
height: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|