mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
More instant frontpage-loading, and sorting frontpages on the backend for consistency
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user