ui/components/sectionlabel/sectionlabel.scss
@import "/ui/styles/_theme.scss";

.section-label {
	font-family: $font-mono;
	font-size: $fs-2;
	color: $text-faint;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid $line;
	white-space: nowrap;
}

.dock-section-label {
	font-family: $font-mono;
	font-size: $fs-2;
	color: $text-faint;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 4px;
	border-bottom: 1px solid $line;
	white-space: nowrap;
}