summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-20 10:34:57 +0100
committerPhil Hughes <me@iamphill.com>2018-04-23 08:55:59 +0100
commit93f8ad8dd856b98b2bfe6afb9b4d6641e1b764ea (patch)
tree6c0b2fb782c98101813e435994cacd182062927d /app/assets/stylesheets
parentfc11520e51ba6a7fb3cb07b4300bf303b725881c (diff)
downloadgitlab-ce-93f8ad8dd856b98b2bfe6afb9b4d6641e1b764ea.tar.gz
created HOC for the tree list to cover both edit & review mode
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 80c6a9dd3f2..d303b6660c6 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -902,3 +902,12 @@
margin-top: -1px;
}
}
+
+.ide-review-header {
+ flex-direction: column;
+ align-items: flex-start;
+}
+
+.ide-review-sub-header {
+ color: $gl-text-color-secondary;
+}