Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-24 09:51:42 +01:00
17 changed files with 7598 additions and 1770 deletions

View File

@@ -86,7 +86,7 @@ export default {
maintainAspectRatio: false,
title: {
display: true,
text: "Antall vinn",
text: "Antall kjøpt",
fontSize: 20,
},
legend: {
@@ -134,10 +134,12 @@ export default {
.chart {
height: 40vh;
max-height: 364px;
@include mobile {
position: relative;
width: 90vw !important;
max-height: unset;
height: 50vh;
margin-bottom: 2rem;
}

View File

@@ -109,10 +109,12 @@ export default {
.chart {
height: 40vh;
max-height: 364px;
@include mobile {
position: relative;
width: 90vw !important;
max-height: unset;
height: 50vh;
margin-bottom: 2rem;
}