fix content page styling, add 404 page
This commit is contained in:
parent
5a85a6a83d
commit
c657879840
5 changed files with 85 additions and 20 deletions
|
|
@ -512,7 +512,11 @@ figure.no-autosize img {
|
|||
}
|
||||
|
||||
section {
|
||||
padding: 0.66667rem 0 6.66667rem 0;
|
||||
padding: 6.66667rem 0 6.66667rem 0;
|
||||
}
|
||||
|
||||
section.category {
|
||||
padding: 1rem 0 6.66667rem 0;
|
||||
}
|
||||
|
||||
section.background-color-white:not(.full-width) + section.background-color-white:not(.full-width) {
|
||||
|
|
@ -2669,8 +2673,8 @@ body.page-theme-color-quaternary form input[type='submit'] {
|
|||
opacity: .7;
|
||||
}
|
||||
|
||||
.teaser-box-category-marker::after {
|
||||
content: url(../img/teaser-box-arrow-brand-primary.svg);
|
||||
.teaser-box-category-marker .icon {
|
||||
mask: url('img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0.55556rem;
|
||||
|
|
@ -2691,21 +2695,11 @@ body.page-theme-color-quaternary form input[type='submit'] {
|
|||
}
|
||||
|
||||
.teaser-box-color-brand-primary .teaser-box-category-marker::after {
|
||||
content: url(../img/teaser-box-arrow-brand-primary.svg) !important;
|
||||
}
|
||||
|
||||
.teaser-box-color-brand-secondary .teaser-box-category-marker {
|
||||
border-bottom-color: #00a4e4 !important;
|
||||
color: #00a4e4 !important;
|
||||
}
|
||||
|
||||
.teaser-box-color-brand-secondary .teaser-box-category-marker:hover {
|
||||
border-bottom-color: rgba(0, 164, 228, 0.7) !important;
|
||||
color: rgba(0, 164, 228, 0.7) !important;
|
||||
content: url(img/teaser-box-arrow-brand-primary.svg) !important;
|
||||
}
|
||||
|
||||
.teaser-box-color-brand-secondary .teaser-box-category-marker::after {
|
||||
content: url(../img/teaser-box-arrow-brand-secondary.svg) !important;
|
||||
mask: url('img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain;
|
||||
}
|
||||
|
||||
.teaser-box-color-brand-tertiary .teaser-box-category-marker {
|
||||
|
|
@ -2720,6 +2714,7 @@ body.page-theme-color-quaternary form input[type='submit'] {
|
|||
|
||||
.teaser-box-color-brand-tertiary .teaser-box-category-marker::after {
|
||||
content: url(../img/teaser-box-arrow-brand-tertiary.svg) !important;
|
||||
|
||||
}
|
||||
|
||||
.teaser-box-color-brand-quaternary .teaser-box-category-marker {
|
||||
|
|
@ -2751,7 +2746,7 @@ body.page-theme-color-primary .teaser-box-category-marker:hover {
|
|||
}
|
||||
|
||||
body.page-theme-color-primary .teaser-box-category-marker::after {
|
||||
content: url(../img/teaser-box-arrow-brand-primary.svg);
|
||||
content: url(img/teaser-box-arrow-brand-primary.svg);
|
||||
}
|
||||
|
||||
body.page-theme-color-secondary .teaser-box-image {
|
||||
|
|
@ -2769,7 +2764,7 @@ body.page-theme-color-secondary .teaser-box-category-marker:hover {
|
|||
}
|
||||
|
||||
body.page-theme-color-secondary .teaser-box-category-marker::after {
|
||||
content: url(../img/teaser-box-arrow-brand-secondary.svg);
|
||||
content: url(img/teaser-box-arrow-brand-secondary.svg);
|
||||
}
|
||||
|
||||
body.page-theme-color-tertiary .teaser-box-image {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue