Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
7d539d375056bf5bc7077ef664b467ffa99a6262
/
.
/
views
/
ngXosViews
/
openVPNDashboard
/
src
/
sass
/
main.scss
blob: 96b8ce5080c3a0c4283bc5b443b6f5251bcc5447 [
file
] [
log
] [
blame
]
@import
'../../../../style/sass/lib/_variables.scss'
;
#xosOpenVPNDashboard {
width
:
70
%;
margin
:
auto
;
.
vpn
-
row
{
display
:
table
-
row
;
}
.
vpn
-
cell
{
display
:
table
-
cell
;
padding
:
5px
;
}
.
vpn
-
header
{
font
-
weight
:
bold
;
}
}