20 lines
340 B
CSS
20 lines
340 B
CSS
.overview-toolbar {
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
height: 230px;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.overview-visual-display {
|
|
display: flex;
|
|
background-color: rgba(223, 223, 223, 0.5);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.overview-visual-label {
|
|
text-align: center;
|
|
}
|
|
|
|
.overview-visual-wrapper {
|
|
margin: 1rem;
|
|
}
|