forked from AkkomaGang/akkoma-fe
small shadows + show placeholder for empty panel body
This commit is contained in:
parent
ec55d49b88
commit
6a44d1c9ac
1 changed files with 8 additions and 0 deletions
|
@ -127,6 +127,14 @@ main-router {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
|
|
||||||
border-radius: 10px;
|
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 {
|
.panel-heading {
|
||||||
|
|
Loading…
Reference in a new issue