2018-04-16 00:33:54 +00:00
|
|
|
.input__text {
|
2018-03-22 02:56:41 +00:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 1px;
|
|
|
|
background: #fff;
|
|
|
|
color: #111;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
border-color: #9475b2;
|
|
|
|
}
|
2018-07-18 01:55:44 +00:00
|
|
|
|
|
|
|
&--readonly {
|
|
|
|
color: #666;
|
|
|
|
}
|
2018-03-22 02:56:41 +00:00
|
|
|
}
|
|
|
|
|
2018-04-16 00:33:54 +00:00
|
|
|
.mio--dark .input__text {
|
2018-03-22 02:56:41 +00:00
|
|
|
background: #111;
|
|
|
|
color: #fff;
|
|
|
|
}
|