about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/admin/dashboard.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-03-20 10:49:38 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-03-20 10:49:38 -0400
commit2e1365d37bddf787c7089126c1a5ff1c623ab0e2 (patch)
treeb28ebb51e4070bfafea486984ca8e393a378f84c /app/assets/stylesheets/admin/dashboard.scss
parentc319edf970b238cfc795f54e44de41ddab48ea71 (diff)
downloadthoughts-2e1365d37bddf787c7089126c1a5ff1c623ab0e2.tar.gz
thoughts-2e1365d37bddf787c7089126c1a5ff1c623ab0e2.tar.bz2
thoughts-2e1365d37bddf787c7089126c1a5ff1c623ab0e2.zip
Added mass pending comment deletion/markspamming
Diffstat (limited to 'app/assets/stylesheets/admin/dashboard.scss')
-rw-r--r--app/assets/stylesheets/admin/dashboard.scss5
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}