Skip to content
Snippets Groups Projects
Commit 6a44d1c9 authored by HJ's avatar HJ :fire:
Browse files

small shadows + show placeholder for empty panel body

parent ec55d49b
No related branches found
No related tags found
1 merge request!150Css fixes and updates
......@@ -127,6 +127,14 @@ main-router {
margin: 0.5em;
border-radius: 10px;
box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.panel-body:empty::before {
content: "¯\\_(ツ)_/¯"; // Could use words but it'd require translations
display: block;
margin: 20px;
text-align: center;
}
.panel-heading {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment