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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-05 20:55:01 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-05 20:55:01 +0300
commit00b3eedf7c1a4c94bd82ef513c5aecc21d1296d0 (patch)
treefc9c23ae607733109c9bb5970671b8acab738f8c /app/assets/stylesheets/pages/profile.scss
parent5a8b8ba6c76a74dcad401a627b271b10bb7a1088 (diff)
Remove duplicate cover-control mobile styles
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 7a3a2ddd363..abc5a0e9877 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -222,16 +222,4 @@
}
}
}
-
- .cover-controls {
- @media (max-width: $screen-xs-max) {
- position: static;
- margin-bottom: 20px;
-
- .btn {
- display: inline-block;
- width: 48%;
- }
- }
- }
}