summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-05 12:55:01 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-05 12:55:01 -0500
commit00b3eedf7c1a4c94bd82ef513c5aecc21d1296d0 (patch)
treefc9c23ae607733109c9bb5970671b8acab738f8c
parent5a8b8ba6c76a74dcad401a627b271b10bb7a1088 (diff)
downloadgitlab-ce-group-navigation-redesign.tar.gz
Remove duplicate cover-control mobile stylesgroup-navigation-redesign
-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%;
- }
- }
- }
}