summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/wells.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 09:26:22 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 09:38:16 -0600
commitc73a5d596f8b239a8f43d9825d893b96a2f7457a (patch)
treed17d4eba724964c9e0aeaebb4add8d2922adaf6c /app/assets/stylesheets/framework/wells.scss
parent30815a8940c642fa738203da9eda8046eaa0da10 (diff)
downloadgitlab-ce-c73a5d596f8b239a8f43d9825d893b96a2f7457a.tar.gz
Truncate fix, remove unneeded admin-specific css
Diffstat (limited to 'app/assets/stylesheets/framework/wells.scss')
-rw-r--r--app/assets/stylesheets/framework/wells.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/wells.scss b/app/assets/stylesheets/framework/wells.scss
index 192939f4527..f2860dfe84d 100644
--- a/app/assets/stylesheets/framework/wells.scss
+++ b/app/assets/stylesheets/framework/wells.scss
@@ -43,3 +43,16 @@
background-color: $well-expand-item;
}
}
+
+.light-well {
+ background-color: $background-color;
+ padding: 15px;
+}
+
+.well-centered {
+ h1 {
+ font-weight: normal;
+ text-align: center;
+ font-size: 48px;
+ }
+}