Update highcharts + update error div
This commit is contained in:
@@ -115,7 +115,7 @@ tr:hover {
|
||||
.center {
|
||||
background-color: #505050;
|
||||
margin: auto;
|
||||
margin-bottom: 10%;
|
||||
margin-bottom: 5%;
|
||||
width: 70%;
|
||||
padding: 5%;
|
||||
height: -webkit-max-content;
|
||||
@@ -213,7 +213,7 @@ tr:hover {
|
||||
}
|
||||
|
||||
.error {
|
||||
display: none;
|
||||
display: block;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background-color: #f92677;
|
||||
@@ -222,3 +222,10 @@ tr:hover {
|
||||
text-align: center;
|
||||
margin: 15px auto;
|
||||
}
|
||||
|
||||
.chart {
|
||||
margin: auto;
|
||||
margin-bottom: 5%;
|
||||
width: 70%;
|
||||
border: 3px solid #91e22c;
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.center {
|
||||
background-color: $grey3;
|
||||
margin: auto;
|
||||
margin-bottom: 10%;
|
||||
margin-bottom: 5%;
|
||||
width: 70%;
|
||||
padding: 5%;
|
||||
height: max-content;
|
||||
@@ -108,7 +108,7 @@
|
||||
}
|
||||
|
||||
.error {
|
||||
display: none;
|
||||
display: block;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background-color: $red;
|
||||
@@ -116,4 +116,11 @@
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
margin: $standardMargin auto;
|
||||
}
|
||||
|
||||
.chart {
|
||||
margin: auto;
|
||||
margin-bottom: 5%;
|
||||
width: 70%;
|
||||
border: 3px solid $green;
|
||||
}
|
Reference in New Issue
Block a user