small shadows + show placeholder for empty panel body

This commit is contained in:
Henry Jameson 2017-11-13 01:08:06 +03:00
parent ec55d49b88
commit 6a44d1c9ac
1 changed files with 8 additions and 0 deletions

View File

@ -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 {