misuzu/assets/less/mio/classes/input/select.less

13 lines
195 B
Text
Raw Normal View History

2018-05-27 23:24:16 +00:00
.input__select {
border: 1px solid #aaa;
padding: 1px;
margin: 1px;
2018-05-27 23:24:16 +00:00
background: #fff;
color: #111;
min-width: 150px;
2018-05-27 23:24:16 +00:00
&:focus {
border-color: #9475b2;
}
}