spacing for breadcrumbs more clever
This commit is contained in:
parent
e26165448d
commit
295f38825a
@ -204,7 +204,7 @@ h4 {
|
||||
}
|
||||
|
||||
.main__content-body {
|
||||
padding: 0 40px 60px;
|
||||
padding: 30px 40px 60px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@ -221,6 +221,11 @@ h4 {
|
||||
}
|
||||
}
|
||||
|
||||
/* sepcial case for breadcrumbs */
|
||||
.breadcrumbs__container + .main__content-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.pseudo-focus {
|
||||
outline: 5px auto var(--color-light);
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
|
||||
@ -16,5 +16,3 @@
|
||||
Re-Implementierung von <a href="https://uniworx.ifi.lmu.de/">UniWorX</a>
|
||||
|
||||
^{features}
|
||||
|
||||
|
||||
|
||||
@ -6,5 +6,5 @@ $if hasPageActions
|
||||
$case menuType
|
||||
$of PageActionPrime (MenuItem label mIcon route _)
|
||||
<li .pagenav__list-item>
|
||||
<a .btn.pagenav__link-wrapper href=@{route}>#{label}
|
||||
<a .pagenav__link-wrapper href=@{route}>#{label}
|
||||
$of _
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
.page-nav-prime {
|
||||
margin: 13px 0;
|
||||
margin: 4px 0 13px;
|
||||
border-left: 2px solid #c3c3c3;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.pagenav__list {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user