Minimized comment size

This commit is contained in:
Kasper Friis Christensen 2018-08-01 21:27:02 +02:00
parent 456d9377a6
commit a2b0d2980a
1 changed files with 7 additions and 24 deletions

View File

@ -14,31 +14,14 @@ a, a:active, a:focus {
/* Z-index */
/* Bootstrap values
.dropdown-backdrop {
z-index: 990;
}
.navbar-static-top,
.dropdown-menu {
z-index: 1000;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
z-index: 1030;
}
.modal-backdrop {
z-index: 1040;
}
.modal {
z-index: 1050;
}
.popover {
z-index: 1060;
}
.tooltip {
z-index: 1070;
}
.dropdown-backdrop { z-index: 990; }
.navbar-static-top, .dropdown-menu { z-index: 1000; }
.navbar-fixed-top, .navbar-fixed-bottom { z-index: 1030; }
.modal-backdrop { z-index: 1040; }
.modal { z-index: 1050; }
.popover { z-index: 1060; }
.tooltip { z-index: 1070; }
*/
/* Custom */
.sticky {
z-index: 980;
}