aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2017-11-13 01:08:06 +0300
committerHenry Jameson <me@hjkos.com>2017-11-13 01:08:06 +0300
commit6a44d1c9ac7bd65ff1dfec97421fb669cdee84af (patch)
tree91efbd8409933f0c201df211b0bc1fb4235bd4bd /src
parentec55d49b882e6d4b7214d649fe87c39d0fdfe58e (diff)
small shadows + show placeholder for empty panel body
Diffstat (limited to 'src')
-rw-r--r--src/App.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 0e89a429..944c32b6 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -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 {