style(asidenav): use logo with text
This commit is contained in:
parent
e6c41250e8
commit
72d481e5d6
@ -134,7 +134,7 @@
|
||||
|
||||
.asidenav__logo-lmu
|
||||
width: 80px
|
||||
height: 80%
|
||||
height: 100%
|
||||
|
||||
.asidenav__logo-uni2work
|
||||
display: flex
|
||||
|
||||
@ -457,7 +457,7 @@ siteLayout' overrideHeading widget = do
|
||||
asidenav :: WidgetFor UniWorX ()
|
||||
asidenav = $(widgetFile "widgets/asidenav/asidenav")
|
||||
where
|
||||
logo = preEscapedToMarkup $ decodeUtf8 $(embedFile "assets/fraport_logo_notext.svg")
|
||||
logo = preEscapedToMarkup $ decodeUtf8 $(embedFile "assets/fraport_logo_text.svg")
|
||||
footer :: WidgetFor UniWorX ()
|
||||
footer = $(widgetFile "widgets/footer/footer")
|
||||
where isNavFooter = has $ _1 . _NavFooter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user