aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_multiview.less
blob: 66dc25d55afc40cfde732c9a60644942df67226a (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
body.multiview {
	.cell {
		background-color: white;
		margin-top: 15px;

		h2 {
			font-size: 14px;
			padding: 10px;
			margin: 0;
		}

		.meter {
			background-color: gray;
			height: 45px;
			position: relative;

			.bar {
				background-color: red;
				position: absolute;
				bottom: 0;
			}
		}

		.timer {
			background-color: #909090;
			height: 30px;

			text-align: right;
			font-size: 22px;
			padding-right: 5px;
			color: white;
		}
	}
}