mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 05:45:35 +00:00
26 lines
457 B
SCSS
26 lines
457 B
SCSS
|
|
/* Hide sidebar footer with GitHub links */
|
|
div.addons-wrap {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Hide page breadcrumbs */
|
|
div.navigation-top {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Hide a line after page breadcrumbs */
|
|
div.content > hr {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Customize navbar links */
|
|
a.caption {
|
|
text-transform: none !important;
|
|
padding-left: 12px !important;
|
|
padding: .5em !important;
|
|
color: #fff !important;
|
|
font-weight: normal !important;
|
|
}
|
|
|