diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-05 12:55:01 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-05 12:55:01 -0500 |
commit | 00b3eedf7c1a4c94bd82ef513c5aecc21d1296d0 (patch) | |
tree | fc9c23ae607733109c9bb5970671b8acab738f8c /app | |
parent | 5a8b8ba6c76a74dcad401a627b271b10bb7a1088 (diff) | |
download | gitlab-ce-00b3eedf7c1a4c94bd82ef513c5aecc21d1296d0.tar.gz |
Remove duplicate cover-control mobile stylesgroup-navigation-redesign
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/profile.scss | 12 |
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%; - } - } - } } |