diff options
Diffstat (limited to 'src/static/css/detail_view.css')
-rw-r--r-- | src/static/css/detail_view.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/static/css/detail_view.css b/src/static/css/detail_view.css new file mode 100644 index 0000000..b0e271d --- /dev/null +++ b/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; +} |