mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 02:44:52 +09:00
UI: Tweak style of header messages
This commit is contained in:
parent
0cc1e20f85
commit
a0c988dd3d
2 changed files with 10 additions and 3 deletions
|
@ -116,3 +116,10 @@ input:hover[type="submit"]
|
|||
|
||||
.username
|
||||
font-weight: bold
|
||||
|
||||
.message
|
||||
padding: 1rem
|
||||
margin: 4rem 3rem 4rem 4rem
|
||||
border: none
|
||||
border-radius: 0.5rem
|
||||
background: #{dark main}
|
||||
|
|
|
@ -82,9 +82,9 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
|
||||
^{breadcrumbsW}
|
||||
|
||||
<div #messages>
|
||||
$forall (_status, msg) <- msgs
|
||||
<div .message>#{msg}
|
||||
<div #messages>
|
||||
$forall (_status, msg) <- msgs
|
||||
<div .message>#{msg}
|
||||
|
||||
<main role="main">
|
||||
^{widget}
|
||||
|
|
Loading…
Reference in a new issue