still improving map logic
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
html,body,.section,.container {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.image.is-10by1 img, .image.is-20by3 img {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -36,16 +44,6 @@ hr.top {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.apexcharts-title-text {
|
||||
font-weight: 700 !important;
|
||||
font-size: 24px !important;
|
||||
font-family: "Rubik", sans-serif !important;
|
||||
}
|
||||
|
||||
.apexcharts-legend {
|
||||
font-family: "Rubik", sans-serif;
|
||||
}
|
||||
|
||||
/**
|
||||
* * The CSS shown here will not be introduced in the Quickstart guide, but
|
||||
* * shows how you can use CSS to style your Element's container.
|
||||
@@ -87,6 +85,14 @@ input:focus,
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.map {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.mapbig {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.slidecontainer {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user