summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/layout.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-02-15 13:49:14 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-03-05 21:05:48 +0000
commit2cc6485518c332d1452316e24155e921020886d9 (patch)
tree0117471810b2157b42a36cbbcf47edf893871207 /app/assets/stylesheets/framework/layout.scss
parentb18646040c9b17c69ac66fb687b02450e161808c (diff)
downloadgitlab-ce-2cc6485518c332d1452316e24155e921020886d9.tar.gz
Improved team selection
Review changes
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 29d55c44699..0a42b17c1f5 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -8,6 +8,19 @@ body {
&.navless {
background-color: $white-light !important;
}
+
+ &.card-content {
+ background-color: $gray-darker;
+
+ .content-wrapper {
+ padding: 0;
+
+ .container-fluid,
+ .container-limited {
+ background-color: $gray-darker;
+ }
+ }
+ }
}
.container {