Other minification.

This commit is contained in:
James Cole
2024-01-02 15:41:14 +01:00
parent 97b65ac44c
commit 786b4c18a1
35 changed files with 1256 additions and 180 deletions

View File

@@ -12500,6 +12500,12 @@ textarea.form-control-lg {
container: sidebar/inline-size;
}
.form-control {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
:root,
[data-bs-theme=light] {
--lte-sidebar-width: 250px;
@@ -14291,7 +14297,7 @@ html.maximized-card {
}
.col-xl-3 .small-box h3, .col-xl-3 .small-box .h3, .col-lg-3 .small-box h3, .col-lg-3 .small-box .h3, .col-md-3 .small-box h3, .col-md-3 .small-box .h3 {
/* changed: font from 2.2rem to 1.5vw */
font-size: 1.5vw;
font-size: 1.5vwb;
}
}
.small-box p {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
/*!
* AdminLTE v4.0.0-alpha3 (https://adminlte.io)
* Copyright 2014-2023 Colorlib <https://colorlib.com>
* Copyright 2014-2024 Colorlib <https://colorlib.com>
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/
(function (global, factory) {

File diff suppressed because one or more lines are too long