From 74923100444ad669f63293466880ac59b05f5585 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Tue, 4 Dec 2018 15:30:42 -0500 Subject: Abstract Out Inline CSS for Account Views Change-Id: I2da02fa7865b618c583d15cca9ef256c62f19286 Signed-off-by: Sawyer Bergeron --- dashboard/src/static/css/detail_view.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dashboard/src/static/css/detail_view.css (limited to 'dashboard/src/static') diff --git a/dashboard/src/static/css/detail_view.css b/dashboard/src/static/css/detail_view.css new file mode 100644 index 0000000..b0e271d --- /dev/null +++ b/dashboard/src/static/css/detail_view.css @@ -0,0 +1,13 @@ +.detail_card { + border: 2px; + border-color: black; + border-radius: 5px; + margin: 5px; + box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75); +} + +.detail_btn_group { + margin: 3px; + padding: 3px; + padding-bottom: 5px; +} -- cgit 1.2.3-korg