Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-06-22 19:46:17 +0300
committerRémy Coutable <remy@rymai.me>2016-07-01 13:48:54 +0300
commit8625bd362245cad49e268d7bcd82e987f70ba044 (patch)
treebe659547bc161f9f97f377c6f567a2286ebd0ef4 /app/assets/stylesheets/framework/mobile.scss
parentb569f842b37434efd0cbae4b0c197391e0610b12 (diff)
Improve the request / withdraw access button
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/assets/stylesheets/framework/mobile.scss')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index c74682dfef4..367c7d01944 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -71,6 +71,10 @@
display: none;
}
+ .group-right-buttons {
+ display: none;
+ }
+
.container .title {
padding-left: 15px !important;
}