diff options
Diffstat (limited to 'app/assets/stylesheets/admin')
-rw-r--r-- | app/assets/stylesheets/admin/dashboard.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin/dashboard.scss b/app/assets/stylesheets/admin/dashboard.scss index 60c257a..44e13b3 100644 --- a/app/assets/stylesheets/admin/dashboard.scss +++ b/app/assets/stylesheets/admin/dashboard.scss | |||
@@ -40,3 +40,8 @@ | |||
40 | } | 40 | } |
41 | } | 41 | } |
42 | } | 42 | } |
43 | |||
44 | #action-box { | ||
45 | text-align: center; | ||
46 | margin: 1em 0; | ||
47 | } | ||