Matteo Scandolo | e993b88 | 2016-05-17 17:30:14 -0700 | [diff] [blame] | 1 | @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 | } |