Feat/controllers - refactor entire backend and new admin interface #75
@@ -140,11 +140,6 @@ export default {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.wine-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
grid-gap: 2rem;
|
||||
|
||||
.requested-count {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -160,11 +155,46 @@ export default {
|
||||
}
|
||||
.icon--heart {
|
||||
font-size: 1.5rem;
|
||||
color: $link-color;
|
||||
}
|
||||
color: var(--link-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Call for help
|
||||
.wines-container {
|
||||
@media (max-width: 1643px) {
|
||||
*:nth-child(n + 7) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 2066px) {
|
||||
*:nth-child(n + 9) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 2490px) {
|
||||
*:nth-child(n + 11) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 2915px) {
|
||||
*:nth-child(n + 13) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 3335px) {
|
||||
*:nth-child(n + 15) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 3758px) {
|
||||
*:nth-child(n + 17) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user