2018-05-27 23:24:16 +00:00
|
|
|
.input__select {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 1px;
|
2018-08-15 17:20:41 +00:00
|
|
|
margin: 1px;
|
2018-05-27 23:24:16 +00:00
|
|
|
background: #fff;
|
|
|
|
color: #111;
|
2018-08-15 17:20:41 +00:00
|
|
|
min-width: 150px;
|
2018-05-27 23:24:16 +00:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
border-color: #9475b2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-14 20:03:35 +00:00
|
|
|
.main--dark .input__select {
|
2018-05-27 23:24:16 +00:00
|
|
|
background: #111;
|
|
|
|
color: #fff;
|
|
|
|
}
|