2018-05-28 01:24:16 +02:00
|
|
|
.input__select {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 1px;
|
2018-08-15 19:20:41 +02:00
|
|
|
margin: 1px;
|
2018-05-28 01:24:16 +02:00
|
|
|
background: #fff;
|
|
|
|
color: #111;
|
2018-08-15 19:20:41 +02:00
|
|
|
min-width: 150px;
|
2018-05-28 01:24:16 +02:00
|
|
|
|
|
|
|
&:focus {
|
2018-09-10 00:44:10 +02:00
|
|
|
border-color: var(--accent-colour);
|
2018-05-28 01:24:16 +02:00
|
|
|
}
|
|
|
|
}
|