mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
18 lines
492 B
SCSS
18 lines
492 B
SCSS
.inputSelect {
|
|
height: 3.4rem !important;
|
|
margin-top: .9rem;
|
|
padding-top: 0rem;
|
|
padding-left: 1rem;
|
|
background-position: right -1px center;
|
|
background-repeat: no-repeat;
|
|
background-image: url('../../assets/images/background_input.svg');
|
|
border: 1px solid #E3E9F3;
|
|
border-radius: 0.25rem;
|
|
line-height: 3.2rem;
|
|
font-size: 1.3rem;
|
|
font-family: 'Lato' !important;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
|
|
}
|