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
@@ -30715,3 +30715,31 @@ select:-webkit-autofill:focus {
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);
}
+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);
}
+24
View File
@@ -15,4 +15,28 @@
@media (min-width: 1200px) {
display: none;
}
}
.magico-h-100 {
@media (min-width: 992px) {
height: 100% !important;
}
}
.magico-main-height { //wysokosc mail okrojona o wysokosc headera i stopki
@media (min-width: 992px) {
height: calc(100% - 106px);
.content {
display: flex; flex-direction: column; justify-content: start;
}
}
}
.magico-scroll::-webkit-scrollbar {
width: 0.6125rem;
}
.magico-scroll::-webkit-scrollbar-thumb {
background-color: rgba(189, 197, 209, .6)
}