blob: 96b8ce5080c3a0c4283bc5b443b6f5251bcc5447 [file] [log] [blame]
Matteo Scandoloe993b882016-05-17 17:30:14 -07001@import '../../../../style/sass/lib/_variables.scss';
2
3#xosOpenVPNDashboard {
4 width: 70%;
5 margin: auto;
6 .vpn-row {
7 display: table-row;
8 }
9 .vpn-cell {
10 display: table-cell;
11 padding: 5px;
12 }
13 .vpn-header {
14 font-weight: bold;
15 }
16}