Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/default/assets/css/elements/_panel.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
margin: 20px 0
padding: 20px
background-color: $COLOR_PANEL
box-shadow: 0 0 4px rgba(#000, 0.25)
border-radius: 8px
box-shadow: 0 2px 4px rgba(#000, 0.15)

&:empty
display: none
Expand Down Expand Up @@ -67,4 +68,4 @@

> h1, > h2, > h3
padding-left: 20px
padding-right: 20px
padding-right: 20px
2 changes: 1 addition & 1 deletion src/default/assets/css/layouts/_default.sass
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ html.default
padding: 70px 0 20px 0
margin: 0 0 40px 0
background: $COLOR_PANEL
box-shadow: 0 0 5px rgba(#000, 0.35)
box-shadow: 0 2px 4px rgba(#000, 0.15)

h1
margin: 0
Expand Down