mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
12 lines
191 B
SCSS
12 lines
191 B
SCSS
#bubble_chart {
|
|
background-color: #FFFFFF;
|
|
border: 3px dotted #DDDDDD;
|
|
font: 10px sans-serif;
|
|
height: 400px;
|
|
text-shadow: none;
|
|
width: 600px;
|
|
}
|
|
|
|
.bubble {
|
|
position: relative;
|
|
}
|