chore(frontend): updated templates
This commit is contained in:
parent
b52da06129
commit
6c4f3fe52b
@ -18,6 +18,7 @@ $icons: ok,
|
||||
min-width: 1em;
|
||||
font-size: inherit;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
filter: invert(22%) sepia(84%) saturate(7448%) hue-rotate(357deg) brightness(102%) contrast(116%);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
$newline never
|
||||
|
||||
$# SPDX-FileCopyrightText: 2022 Felix Hamann <felix.hamann@campus.lmu.de>,Gregor Kleen <gregor.kleen@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
||||
$# SPDX-FileCopyrightText: 2022-2024 Felix Hamann <felix.hamann@campus.lmu.de>,Gregor Kleen <gregor.kleen@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>,David Mosbach <david.mosbach@uniworx.de>
|
||||
$#
|
||||
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@ -9,6 +9,6 @@ $# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
$forall Message{..} <- mmsgs
|
||||
<div .alert .alert-#{toPathPiece messageStatus}>
|
||||
<div .alert__closer>
|
||||
<div .alert__icon .fas .fa-#{maybe "info-circle" iconText messageIcon}>
|
||||
<div .alert__icon .fas .ico-#{maybe "info-circle" iconText messageIcon}>
|
||||
<div .alert__content>
|
||||
#{messageContent}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
$newline never
|
||||
|
||||
$# SPDX-FileCopyrightText: 2022 Felix Hamann <felix.hamann@campus.lmu.de>,Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
||||
$# SPDX-FileCopyrightText: 2022-2024 Felix Hamann <felix.hamann@campus.lmu.de>,Gregor Kleen <gregor.kleen@ifi.lmu.de>,David Mosbach <david.mosbach@uniworx.de>
|
||||
$#
|
||||
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@ -8,7 +8,7 @@ $# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
<ul .breadcrumbs__list.list--inline>
|
||||
|
||||
<a .breadcrumbs__link.breadcrumbs__home href=@{NewsR}>
|
||||
<i .fas .fa-fw .fa-#{iconText IconBreadcrumbsHome}>
|
||||
<i .ico-#{iconText IconBreadcrumbsHome}>
|
||||
|
||||
$forall (bcRoute, bcTitle, hasAccess) <- parents
|
||||
<li .breadcrumbs__item>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
$newline never
|
||||
|
||||
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
||||
$# SPDX-FileCopyrightText: 2022-2024 Gregor Kleen <gregor.kleen@ifi.lmu.de>,David Mosbach <david.mosbach@uniworx.de>
|
||||
$#
|
||||
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
<div .notification .notification-#{toPathPiece messageStatus} .fa-#{iconText messageIcon} :is _NotificationBroad nType:.notification--broad>
|
||||
<div .notification .notification-#{toPathPiece messageStatus} .ico-#{iconText messageIcon} :is _NotificationBroad nType:.notification--broad>
|
||||
<div .notification__content>
|
||||
#{messageContent}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
$newline never
|
||||
|
||||
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
||||
$# SPDX-FileCopyrightText: 2022-2024 Gregor Kleen <gregor.kleen@ifi.lmu.de>,David Mosbach <david.mosbach@uniworx.de>
|
||||
$#
|
||||
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@ -14,7 +14,7 @@ $if hasSecondaryPageActions || hasPrimarySubActions
|
||||
<li .pagenav__list-item .pagenav-secondary>
|
||||
<input .pagenav-item__expand-radio name=pagenav-item__expand-radio id=pageaction-item__expand-secondary type=radio uw-no-radiobox>
|
||||
<label .pagenav-item__expand-label for=pageaction-item__expand-secondary>
|
||||
<i .fas .fa-fw .fa-#{iconText IconPageActionSecondary}>
|
||||
<i .ico-#{iconText IconPageActionSecondary}>
|
||||
<div .pagenav-item__children-wrapper>
|
||||
<ul .pagenav-item__children>
|
||||
$forall n <- filter isPageActionSecondary nav
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
$newline never
|
||||
|
||||
$# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
|
||||
$# SPDX-FileCopyrightText: 2022-2024 Gregor Kleen <gregor.kleen@ifi.lmu.de>,David Mosbach <david.mosbach@uniworx.de>
|
||||
$#
|
||||
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@ -8,7 +8,7 @@ $# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
$if not (null sWidgets)
|
||||
<input .pagenav-item__expand-radio name=pagenav-item__expand-radio id=pageaction-item__expand-#{navIdent} type=radio uw-no-radiobox>
|
||||
<label .pagenav-item__expand-label for=pageaction-item__expand-#{navIdent}>
|
||||
<i .fas .fa-fw .fa-#{iconText IconPageActionPrimaryExpand}>
|
||||
<i .ico-#{iconText IconPageActionPrimaryExpand}>
|
||||
<div .pagenav-item__children-wrapper>
|
||||
<ul .pagenav-item__children>
|
||||
$forall sWgt <- sWidgets
|
||||
|
||||
Loading…
Reference in New Issue
Block a user