summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/remove-directive.css
blob: 1e6d41c1289788496e1c2ba982644cb21775d2aa (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.animals .platypus-icon {
	background-image: url('/images/platypus.png');
}

.animals .rhinoceros-icon {
	background-image: url('/images/rhinoceros.png');
}

.animals .llama-icon {
	background-image: url('/images/llama.png');
}

.animals .duck-icon {
	background-image: url('/images/duck.png');
}

.animals .duck-icon {
	background-image: url('/images/duck.png');
}

.exotic-animals .platypus-icon {
	background-image: url('/images/platypus.png');
}

.exotic-animals .rhinoceros-icon {
	background-image: url('/images/rhinoceros.png');
}

.exotic-animals .llama-icon {
	background-image: url('/images/llama.png');
}

.ball {
	font-size: 12px;
}

.cube {
	font-size: 12px;
}