From 6a44d1c9ac7bd65ff1dfec97421fb669cdee84af Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 13 Nov 2017 01:08:06 +0300 Subject: [PATCH] small shadows + show placeholder for empty panel body --- src/App.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {