cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main-container">
|
<div class="main-container">
|
||||||
|
|
||||||
<section class="top-container">
|
<section class="top-container">
|
||||||
|
|
||||||
<h1 class="want-to-win">
|
<h1 class="want-to-win">
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
<i class="icon icon--bottle"></i>
|
<i class="icon icon--bottle"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content-container">
|
<section class="content-container">
|
||||||
@@ -47,9 +47,11 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<Wines class="wines-container" />
|
<Wines class="wines-container" />
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<Countdown :hardEnable="hardStart" @countdown="changeEnabled" />
|
<Countdown :hardEnable="hardStart" @countdown="changeEnabled" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -149,10 +151,6 @@ export default {
|
|||||||
grid-row: 2 / 4;
|
grid-row: 2 / 4;
|
||||||
grid-column: 3 / -3;
|
grid-column: 3 / -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @include widescreen {
|
|
||||||
// grid-column: 4 / -4;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.participate-button {
|
.participate-button {
|
||||||
@@ -182,10 +180,6 @@ export default {
|
|||||||
grid-row: 4 / 6;
|
grid-row: 4 / 6;
|
||||||
grid-column: 3 / -3;
|
grid-column: 3 / -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @include widescreen {
|
|
||||||
// grid-column: 4 / -4;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.see-details-link {
|
.see-details-link {
|
||||||
@@ -201,10 +195,6 @@ export default {
|
|||||||
grid-column: 3 / -3;
|
grid-column: 3 / -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// @include widescreen {
|
|
||||||
// grid-column: 4 / -4;
|
|
||||||
// }
|
|
||||||
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
@@ -213,8 +203,6 @@ export default {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: $link-color;
|
text-decoration-color: $link-color;
|
||||||
text-underline-position: under;
|
text-underline-position: under;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icons-container {
|
.icons-container {
|
||||||
@@ -362,23 +350,11 @@ h1 {
|
|||||||
|
|
||||||
.highscore {
|
.highscore {
|
||||||
grid-column: 3 / -3;
|
grid-column: 3 / -3;
|
||||||
// margin-top: 5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wines-container {
|
.wines-container {
|
||||||
grid-column: 3 / -3;
|
grid-column: 3 / -3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @include desktop {
|
|
||||||
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
// @include widescreen {
|
|
||||||
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -144,7 +144,6 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.wine-container {
|
.wine-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||||
|
|||||||
Reference in New Issue
Block a user