31 lines
823 B
Plaintext
31 lines
823 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;
|
|
@base-body-font-family: 'Raleway', sans-serif;
|
|
@base-heading-font-family: 'Raleway', sans-serif;
|
|
@base-body-font-weight: 200;
|
|
@base-heading-font-weight: 300;
|
|
@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;
|
|
}
|
|
.uk-login-form #password {
|
|
border-top:0 !important;
|
|
}
|
|
.uk-login-form #password:focus {
|
|
border-top: 1px solid #99baca !important;
|
|
}
|