aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_stats.scss
blob: 26dc390d75710966ba7c786914250973b1ab2e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@use "variables";

/*=== STATISTICS */
/*===============*/
.stat {
	margin: 10px 0 20px;
}

.stat th,
.stat td,
.stat tr {
	border: none;
}

.stat > table td,
.stat > table th {
	border-bottom: 1px solid variables.$grey-medium-light;
}