summaryrefslogtreecommitdiff
path: root/resources/sass/_utility.scss
blob: bcc163d0f7ce1eee149e9a59f9a493f93c00a0e5 (plain)
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
.text-lg {
	font-size:1.125rem;
}
hr {
	width: 100%;
	color: white;
	background-color: white;
	height: 1px;
	margin-top: inherit;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}