Commit realizando cambios en los roles de los usuarios

This commit is contained in:
Jaime Jimenez
2023-04-24 13:00:46 +02:00
parent 2d67588770
commit 8c4d77a598
6587 changed files with 365497 additions and 0 deletions

View File

@ -0,0 +1,116 @@
[data-container="wide-boxed"] {
@media (min-width: 992px) {
#main-wrapper {
max-width: 1480px;
margin: 0 auto;
}
}
}
[data-container="wide-boxed"][data-sidebar-style="full"] {
@media (min-width: 992px) {
.header {
width: 100%;
}
.menu-toggle {
.header {
width: 100%;
}
}
@at-root [data-header-position="fixed"]#{&} {
.header {
max-width: 1480px;
}
.menu-toggle {
.header {
max-width: 1480px;
}
}
}
}
}
[data-container="wide-boxed"][data-sidebar-style="mini"] {
@media (min-width: 992px) {
.header {
width: 100%;
}
@at-root [data-header-position="fixed"]#{&} {
.header {
max-width: 1480px;
}
}
@at-root [data-header-position="fixed"][data-layout="horizontal"]#{&} {
.header {
max-width: 1480px;
}
}
}
}
[data-container="wide-boxed"][data-sidebar-style="compact"] {
@media (min-width: 992px) {
.header {
width: 100%;
}
@at-root [data-header-position="fixed"]#{&} {
.header {
max-width: 1480px;
}
}
}
}
[data-container="wide-boxed"][data-sidebar-style="overlay"] {
@media (min-width: 992px) {
.header {
width: 100%;
}
@at-root [data-header-position="fixed"]#{&} {
.header {
max-width: 1480px;
}
}
}
}
[data-layout="horizontal"][data-container="wide-boxed"] {
.header {
width: 100%;
}
@at-root [data-sidebar-style="full"][data-header-position="fixed"]#{&} {
.header {
max-width: 1480px;
}
}
@at-root [data-sidebar-style="mini"]#{&} {
.header {
width: 100%;
}
}
}
[data-layout="horizontal"][data-container="wide-boxed"][data-sidebar-position="fixed"] {
.quixnav.fixed {
max-width: 1480px;
left: 5%;
transition: none;
}
&[direction="rtl"] {
.quixnav.fixed {
right: 5%;
}
}
}
[data-layout="horizontal"][data-container="wide-boxed"][data-sidebar-position="fixed"][data-header-position="fixed"] {
.quixnav {
max-width: 1480px;
left: 5%;
}
&[direction="rtl"] {
.quixnav {
right: 5%;
}
}
}