oops
This commit is contained in:
8
webapp/dist/styles.css
vendored
8
webapp/dist/styles.css
vendored
@@ -1,6 +1,7 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
background-color: #fff1de;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
@@ -34,4 +35,11 @@ html, body {
|
||||
padding: 10vw;
|
||||
width: calc(100% - 20vw);
|
||||
height: calc(100% - 20vw);
|
||||
}
|
||||
|
||||
#myChart {
|
||||
background-color: white;
|
||||
padding: 2vw;
|
||||
border-radius: 1vw;
|
||||
border: 3px #c7ab82 solid;
|
||||
}
|
||||
Reference in New Issue
Block a user