The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 2c2a5f24 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Convert less to sass.

parent 4ee3f27e
No related merge requests found
...@@ -21,6 +21,11 @@ body { ...@@ -21,6 +21,11 @@ body {
/* --- Layout --- */ /* --- Layout --- */
.main .container { padding-top: 1rem; } .main .container { padding-top: 1rem; }
.main .sidebar { background-color: #fff; }
body.offcanvas .sidebar {
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.main .sidebar { padding: 0; } .main .sidebar { padding: 0; }
} }
......
...@@ -306,7 +306,19 @@ body.rtl { ...@@ -306,7 +306,19 @@ body.rtl {
} }
/* ------ TOP FACETS ------ */ /* ------ TOP FACETS ------ */
.top-title {
display: inline-block;
padding-top: .5rem;
padding-left: .5rem;
font-weight: bold;
color: #000;
}
.top-title .fa {
width: 1rem;
text-align: center;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.top-title { padding-top: 0; }
.top-title .fa { display: none; } .top-title .fa { display: none; }
.top-facets .collapse { .top-facets .collapse {
display: block; display: block;
......
...@@ -205,7 +205,13 @@ ...@@ -205,7 +205,13 @@
.nav-tabs { .nav-tabs {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
margin-top: .5rem;
border: 0; border: 0;
white-space: nowrap;
}
.nav-tabs > li {
float: none;
display: inline-block;
} }
.nav-tabs a, .nav-tabs a,
.nav-tabs a:hover { .nav-tabs a:hover {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment