More instant frontpage-loading, and sorting frontpages on the backend for consistency

This commit is contained in:
Kasper Rynning-Tønnesen
2018-08-10 11:51:28 +02:00
parent 8c29c31449
commit 6d0acaefcb
11 changed files with 147 additions and 90 deletions

View File

@@ -899,6 +899,19 @@ nav .zbrand{
height: 120px;
}
.no-jump-select {
height: calc(3rem + 1px) !important;
margin: 0 0 8px 0;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #9e9e9e;
align-items: center;
font-size: 16px;
line-height: 3rem;
color: #000;
}
.description_text {
color: #2d2d2d;
text-align: left;