This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
site-base/resources/assets/less/adminlte-app.less
2017-12-03 16:03:57 +11:00

18 lines
346 B
Plaintext

@import "../../../node_modules/admin-lte/build/less/AdminLTE.less";
@boxed-layout-bg-image-path: "../../dist/img/boxed-bg.jpg";
@btn-font-weight: 300;
@font-family-sans-serif: "Roboto", Helvetica, Arial, sans-serif;
body, label, .checkbox label {
font-weight: 300;
}
.error-page {
background-color: @body-bg;
}
[v-cloak] {
display:none;
}