summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/blocks.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/blocks.scss')
-rw-r--r--app/assets/stylesheets/generic/blocks.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/stylesheets/generic/blocks.scss b/app/assets/stylesheets/generic/blocks.scss
deleted file mode 100644
index 3536a68f416..00000000000
--- a/app/assets/stylesheets/generic/blocks.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-.light-well {
- background: #f9f9f9;
- padding: 15px;
-}
-
-.centered-light-block {
- text-align: center;
- color: #888;
- margin: 20px;
-}
-
-.nothing-here-block {
- text-align: center;
- padding: 20px;
- color: #666;
- font-weight: normal;
- font-size: 16px;
- line-height: 36px;
-}