summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/clusters.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-11-28 13:16:44 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-11-28 13:33:52 +0000
commit18967d689402d6c3c2a36c844fb90aa051a69cc1 (patch)
tree332a059d12969af3515b9f8e6351530305f9cc7a /app/assets/stylesheets/pages/clusters.scss
parent8796e7278ecaf5e225b586499ac856957b5fad8b (diff)
downloadgitlab-ce-18967d689402d6c3c2a36c844fb90aa051a69cc1.tar.gz
Changes after Frontend and UX review:
- Moves toggle button to a shared location - Adds tests for toggle button - Transforms Clusters class into function - Improves UX
Diffstat (limited to 'app/assets/stylesheets/pages/clusters.scss')
-rw-r--r--app/assets/stylesheets/pages/clusters.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss
index 88395325fd2..1d9a5150065 100644
--- a/app/assets/stylesheets/pages/clusters.scss
+++ b/app/assets/stylesheets/pages/clusters.scss
@@ -13,4 +13,8 @@
.nav-bar-right {
padding: $gl-padding-top $gl-padding;
}
+
+ .empty-state .svg-content img {
+ width: 145px;
+ }
}