restreinte des index si on est pas ROLE_ADMIN

This commit is contained in:
Tykayn 2025-02-26 18:19:05 +01:00 committed by tykayn
parent b79fc2ac9f
commit 20611e96c2
16 changed files with 116 additions and 35 deletions

View file

@ -63,7 +63,7 @@
.horizontal-land {
overflow-x: auto;
overflow-y: hidden;
//width: 100%;
width: 100%;
height: 75vh;
background: #ccc;
padding: 0.5rem;

View file

@ -52,4 +52,8 @@ form {
.btn-remove-all {
color: white;
}
.btn-create {
min-width: 10rem;
}

View file

@ -730,17 +730,7 @@ progress {
}
}
@media (min-width: 1400px) {
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
max-width: 1320px;
}
}
@media (min-width: 1400px) {}
.row {
--bs-gutter-x: 1.5rem;

View file

@ -12,6 +12,7 @@ body {
.main-container-box {
padding-left: 5rem;
padding-bottom: 10rem;
}
#wrapper {