Testing Alpha

This commit is contained in:
2025-05-11 14:14:50 -06:00
parent 988b86a33d
commit a7002701f5
1903 changed files with 77534 additions and 36485 deletions

View File

@ -1,6 +1,9 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
$ti-font-path: '/public/build/fonts/tabler';
@import "@tabler/icons-webfont/dist/tabler-icons.scss";
[x-cloak] {
display: none !important;
@ -14,6 +17,14 @@
display: none;
}
.user-profile-header img.user-profile-img{
max-width: 110px;
max-height: 110px;
}
.user-nav .user-name {
letter-spacing: 0.03rem;
font-weight: 600;
@ -37,6 +48,28 @@
text-transform: inherit !important;
}
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item.active {
background-color: #f8f8f8;
}
.dark-style .layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item.active {
background-color: #282b3f;
}
.image-wrapper-16x16 {
width: 28px;
aspect-ratio: 1/1; /* Proporción 1:1 para que sea cuadrado */
@ -415,5 +448,3 @@ html.dark-style .fixed-table-container {