blob: 92e77ccbee94f69e63c1f5b73aeb039fea5acc97 [file] [log] [blame]
Jeremy Mowery6efeb7a2016-02-25 09:32:00 -07001#xosVpnDashboard{
2 position: absolute;
3 top: 100px;
4 left: 200px;
Jeremy Mowery98dd6c82016-02-25 11:25:53 -07005}
6.body {
7 width: 70%;
8 margin: auto;
9}
10.row {
11 display: table-row;
12}
13.cell {
14 display: table-cell;
15 padding: 5px;
16}