File: styles.scss

package info (click to toggle)
gsmartcontrol 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,904 kB
  • sloc: cpp: 66,205; sh: 240; ansic: 125; xml: 33; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

/* 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;
}