summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/environments.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-02-13 16:11:11 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-02-15 19:57:48 +0000
commit1285d629064abce3aee8faafaa57492da6f8f163 (patch)
tree29f6e73839bd7fadfd7f98a0223b955b2c0165c6 /app/assets/stylesheets/pages/environments.scss
parent73accafe430f56cd3065774c6118de3db0a45734 (diff)
downloadgitlab-ce-1285d629064abce3aee8faafaa57492da6f8f163.tar.gz
Move change page param to utility function
Add tests Adds folder name in the top of the table
Diffstat (limited to 'app/assets/stylesheets/pages/environments.scss')
-rw-r--r--app/assets/stylesheets/pages/environments.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 2f4a3c80aeb..fed63158f41 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -10,6 +10,11 @@
font-size: 34px;
}
+.environments-folder-name {
+ font-weight: normal;
+ padding-top: 20px;
+}
+
@media (max-width: $screen-xs-max) {
.environments-container {
width: 100%;