More Laravel/AdminLTE updates

This commit is contained in:
Deon George
2019-11-23 12:51:30 +11:00
parent 6a17fd3716
commit bafc34b1c0
26 changed files with 410 additions and 565 deletions

File diff suppressed because one or more lines are too long

0
public/css/custom.css vendored Normal file
View File

13
public/css/fixes.css vendored
View File

@@ -60,11 +60,18 @@ div.login-box .input-group .input-group-append span.fa {
}
body {
font-size: 0.85em;
font-size: 0.65em;
}
/* Change brand logo on collapse */
body.sidebar-mini.sidebar-collapse img.brand-image.img-circle.elevation-3 {
margin-left: 0px;
max-height: 25px;
/* margin-left: 0px; */
max-height: 27px;
border-radius: 0;
}
body.sidebar-mini img.brand-image.img-circle.elevation-3 {
/* margin-left: 0px; */
max-height: 27px;
border-radius: 0;
}