summaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/loop_viewer/status/ClosedLoopStatus.css
blob: 14add0f5362b762e6cd3d870f710fcd0b3115756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.status_title{
	position: absolute;
	left: 61%;
	top: 151px;
	font-size:20px;
}
.status{
	background-color: gray;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.status_table {
	position: absolute;
	left: 61%;
	top: 191px;
	font-size:10px;
}