helpdesk.magico: Dashboard konsultanta 2.0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user