summaryrefslogtreecommitdiff
path: root/resources/sass/_utility.scss
blob: e84fcd09e6d89f5f1b236ac012280cfab578a5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
.text-lg {
	font-size:1.125rem;
}
hr {
	width: 100%;
	color: white;
	background-color: white;
	height: 1px;
	margin-top: inherit;
}