_{SomeMessage menuItemLabel}
$of _
-
-
diff --git a/templates/widgets/navbar.lucius b/templates/widgets/navbar.lucius
index 81200d4e8..71f897af4 100644
--- a/templates/widgets/navbar.lucius
+++ b/templates/widgets/navbar.lucius
@@ -3,8 +3,9 @@
}
.navbar-shadow {
- position: absolute;
+ position: fixed;
right: 0;
+ top: 0;
height: var(--header-height-collapsed);
width: 20px;
z-index: 50;
@@ -31,109 +32,30 @@
flex-direction: row;
align-items: center;
justify-content: flex-start;
- width: 100%;
+ right: 0;
top: 0;
- left: 0;
+ left: var(--asidenav-width-xl);
height: var(--header-height);
background: var(--color-darker); /* Old browsers */
background: -moz-linear-gradient(bottom, var(--color-dark) 0%, var(--color-darker) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, var(--color-dark) 0%,var(--color-darker) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, var(--color-dark) 0%,var(--color-darker) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
color: white;
- margin-right: 40px;
z-index: 20;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
overflow: auto;
transition: all .2s cubic-bezier(0.03, 0.43, 0.58, 1);
}
-@media (max-width: 768px) {
-
- .navbar {
- padding: 0px;
- margin-right: 0;
- }
-}
-
-.navbar__logo {
- top: 10px;
- left: 20px;
- height: 80px;
- padding: 0 20px;
- display: flex;
- flex-basis: 300px;
- font-size: 16px;
- align-items: center;
- color: var(--color-lightwhite);
- transform-origin: left;
- transition: all .2s ease-out;
-
- &:hover {
- color: var(--color-lightwhite);
- }
-
- &::before {
- content: 'LMU';
- font-family: var(--font-logo);
- font-weight: bold;
- letter-spacing: 2px;
- display: flex;
- align-items: flex-end;
- font-size: 30px;
- min-width: 70px;
- height: calc(100% - 4px);
- padding: 0 6px 4px;
- }
-
- &::after {
- content: 'Uni2work';
- margin-left: 12px;
- font-weight: normal;
- letter-spacing: 2px;
- display: flex;
- align-items: flex-end;
- text-transform: uppercase;
- width: 100%;
- height: calc(100% - 4px);
- padding: 0 6px 4px;
- }
-}
-
-@media (min-width: 769px) {
-
- .navbar__logo::before,
- .navbar__logo::after {
- border: 1px solid var(--color-lmu-box-border);
- }
-}
-
@media (max-width: 1199px) {
-
- .navbar__logo {
- flex-basis: 24%;
- font-size: 16px;
- }
-}
-
-@media (max-width: 1024px) {
-
- .navbar__logo {
- font-size: 14px;
-
- &::before {
- content: none;
- }
-
- &::after {
- margin-left: 0;
- }
+ .navbar {
+ left: var(--asidenav-width-lg);
}
}
@media (max-width: 768px) {
-
- .navbar__logo {
- display: none;
+ .navbar {
+ left: 0;
}
}
@@ -180,13 +102,6 @@
}
}
-@media (max-width: 500px) {
-
- .navbar__link-label {
- font-size: 12px;
- }
-}
-
/* navbar list */
.navbar__list {
white-space: nowrap;
@@ -194,24 +109,21 @@
+ .navbar__list {
margin-left: 12px;
}
+}
- &:last-of-type {
+@media (min-width: 769px) {
+
+ .navbar__list:last-of-type {
padding-right: 40px;
}
}
-@media (min-width: 768px) {
-
- .navbar__list:last-of-type {
- margin-right: 20px;
- }
-}
-
-@media (max-width: 425px) {
+@media (max-width: 768px) {
.navbar__list {
+ .navbar__list {
margin-left: 0;
+ padding-right: 80px;
}
}
}
@@ -355,10 +267,6 @@
.navbar__link-wrapper {
height: var(--header-height-collapsed);
}
-
- .navbar__logo {
- top: 5px;
- }
}
.navbar__pushdown {
@@ -393,9 +301,4 @@
.navbar__link-wrapper {
height: var(--header-height-collapsed);
}
-
- .navbar__logo {
- top: 5px;
- height: var(--header-height-collapsed);
- }
}
diff --git a/templates/widgets/pageactionprime.lucius b/templates/widgets/pageactionprime.lucius
index 9cd08c1db..7aad3eed0 100644
--- a/templates/widgets/pageactionprime.lucius
+++ b/templates/widgets/pageactionprime.lucius
@@ -1,6 +1,6 @@
.page-nav-prime {
margin: 10px 0 20px;
- background-color: var(--color-grey-light);
+ background-color: var(--color-lightwhite);
}
.pagenav__list-item {