helpdesk.magico: Dashboard konsultanta 2.0

This commit is contained in:
2022-04-15 00:09:39 +02:00
parent 0cdb5187a3
commit daf597fec8
6 changed files with 531 additions and 851 deletions
+28
View File
@@ -30508,3 +30508,31 @@ a:hover .text-inherit {
display: none;
}
}
@media (min-width: 992px) {
.magico-h-100 {
height: 100% !important;
}
}
@media (min-width: 992px) {
.magico-main-height {
height: calc(100% - 106px);
}
.magico-main-height .content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: start;
}
}
.magico-scroll::-webkit-scrollbar {
width: 0.6125rem;
}
.magico-scroll::-webkit-scrollbar-thumb {
background-color: rgba(189, 197, 209, 0.6);
}