21 lines
530 B
Plaintext
21 lines
530 B
Plaintext
|
@import "../../vendor/bower/uikit/src/less/uikit.less";
|
||
|
@import "../../vendor/bower/uikit/src/less/components/variables.less";
|
||
|
|
||
|
//@global-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||
|
//@global-font-size: 16px;
|
||
|
|
||
|
@form-background: #ffffff;
|
||
|
|
||
|
.uk-input,
|
||
|
.uk-select,
|
||
|
.uk-textarea {
|
||
|
border:1px solid @global-muted-background;
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.uk-input:focus,
|
||
|
.uk-select:focus,
|
||
|
.uk-textarea:focus {
|
||
|
background: #f5fbfe;
|
||
|
border:1px solid #99baca;
|
||
|
color: #666;
|
||
|
}
|