mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
35 lines
343 B
SCSS
35 lines
343 B
SCSS
|
|
|
|
|
|
.page-header {
|
|
padding: 0px 20px;
|
|
|
|
.status-name {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.status-protocol {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.spacer {
|
|
font-weight: bold;
|
|
padding: 0px 8px;
|
|
}
|
|
}
|
|
|
|
.routeserver-status {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
td {
|
|
vertical-align: top;
|
|
padding: 4px;
|
|
|
|
i {
|
|
width: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|