2013-11-01 22:51:11 +01:00
|
|
|
html,
|
|
|
|
body {
|
2013-09-04 12:16:46 -07:00
|
|
|
overflow-x: hidden; /* Prevent scroll on narrow devices */
|
2013-08-28 15:55:45 -04:00
|
|
|
}
|
2018-01-14 16:06:52 -08:00
|
|
|
|
2013-06-23 17:17:08 -07:00
|
|
|
body {
|
2018-01-14 16:06:52 -08:00
|
|
|
padding-top: 56px;
|
2013-06-23 17:17:08 -07:00
|
|
|
}
|
|
|
|
|
2018-04-01 14:10:34 -07:00
|
|
|
@media (max-width: 991.98px) {
|
2018-01-14 16:06:52 -08:00
|
|
|
.offcanvas-collapse {
|
|
|
|
position: fixed;
|
|
|
|
top: 56px; /* Height of navbar */
|
|
|
|
bottom: 0;
|
2018-04-01 14:10:34 -07:00
|
|
|
left: 100%;
|
2018-01-14 16:06:52 -08:00
|
|
|
width: 100%;
|
|
|
|
padding-right: 1rem;
|
|
|
|
padding-left: 1rem;
|
|
|
|
overflow-y: auto;
|
2018-02-01 01:43:27 +09:00
|
|
|
visibility: hidden;
|
2018-04-01 14:10:34 -07:00
|
|
|
background-color: #343a40;
|
2019-02-08 18:08:40 +02:00
|
|
|
transition: transform .3s ease-in-out, visibility .3s ease-in-out;
|
2013-08-10 13:36:05 +02:00
|
|
|
}
|
2018-01-14 16:06:52 -08:00
|
|
|
.offcanvas-collapse.open {
|
2018-02-01 01:43:27 +09:00
|
|
|
visibility: visible;
|
2019-02-08 18:08:40 +02:00
|
|
|
transform: translateX(-100%);
|
2014-02-11 18:18:21 +02:00
|
|
|
}
|
2018-01-14 16:06:52 -08:00
|
|
|
}
|
2014-02-11 18:18:21 +02:00
|
|
|
|
2018-01-14 16:06:52 -08:00
|
|
|
.nav-scroller .nav {
|
|
|
|
color: rgba(255, 255, 255, .75);
|
|
|
|
}
|
2016-12-22 23:43:37 -08:00
|
|
|
|
2022-02-23 19:31:18 +01:00
|
|
|
.nav-scroller .nav-link {
|
2018-01-14 16:06:52 -08:00
|
|
|
padding-top: .75rem;
|
|
|
|
padding-bottom: .75rem;
|
|
|
|
font-size: .875rem;
|
2018-04-01 14:10:34 -07:00
|
|
|
color: #6c757d;
|
2018-01-14 16:06:52 -08:00
|
|
|
}
|
2013-06-23 17:17:08 -07:00
|
|
|
|
2022-02-23 19:31:18 +01:00
|
|
|
.nav-scroller .nav-link:hover {
|
2018-04-01 14:10:34 -07:00
|
|
|
color: #007bff;
|
2018-01-14 16:06:52 -08:00
|
|
|
}
|
2016-12-22 23:43:37 -08:00
|
|
|
|
2022-02-23 19:31:18 +01:00
|
|
|
.nav-scroller .active {
|
2018-01-14 16:06:52 -08:00
|
|
|
font-weight: 500;
|
2018-04-01 14:10:34 -07:00
|
|
|
color: #343a40;
|
2018-01-14 16:06:52 -08:00
|
|
|
}
|
2013-06-23 17:17:08 -07:00
|
|
|
|
2021-06-24 16:51:17 +09:00
|
|
|
.bg-purple {
|
|
|
|
background-color: #6f42c1;
|
|
|
|
}
|