mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
38 lines
369 B
SCSS
38 lines
369 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 {
|
|
ul {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
list-style: none;
|
|
li {
|
|
padding: 10px;
|
|
|
|
i {
|
|
width: 25px;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|