summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/listmodify.css
blob: b07d5d9eef03e2ea5faa8a6341e2926a6d5af4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.v-button {
	font-size: 12px;
}

.v-label {
	font-size: 12px;
}

.v-button {
	font-color: red;
}

.v-label {
	font-color: red;
}

.v-textfield {
	font-color: red;
}

.v-button {
	background-color: black;
}