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

/*=== Tables */
table {
	border-collapse: collapse;
}

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

th {
	background: variables.$grey-lighter;
}

form td,
form th {
	font-weight: normal;
	text-align: center;
}