WIP: Enabled themes and login with adminlte
This commit is contained in:
18
resources/assets/less/adminlte-app.less
Normal file
18
resources/assets/less/adminlte-app.less
Normal file
@@ -0,0 +1,18 @@
|
||||
@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;
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
@import "./../../../node_modules/bootstrap/less/bootstrap";
|
||||
|
||||
// @import "./spark/spark";
|
||||
@import "./../../../vendor/laravel/spark/resources/assets/less/spark";
|
||||
|
Reference in New Issue
Block a user