mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
15 lines
170 B
SCSS
15 lines
170 B
SCSS
|
|
// BGP Communities Labels
|
|
|
|
|
|
.label-bgp-community {
|
|
margin-right: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.label-bgp-unknown {
|
|
color: #333;
|
|
background-color: #ddd;
|
|
}
|
|
|