Almost there
This commit is contained in:
3
webapp/dist/styles.css
vendored
3
webapp/dist/styles.css
vendored
@@ -5,7 +5,7 @@ html, body {
|
|||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
transition: opacity, 1s;
|
transition: opacity 1s, display 1s;
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,6 +27,7 @@ html, body {
|
|||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
opacity: 0%;
|
opacity: 0%;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user