diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-07-14 17:14:01 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-07-14 17:14:01 -0500 |
commit | 7ab4f2ad3cc5b9bb394d578e3f6069cdff06f1ee (patch) | |
tree | f1333199f8b2bc85e28d2751d1ead15ce6ec6a79 | |
parent | 5fc690df6ec2350c81f02098edba271a1eba5e0b (diff) | |
download | gitlab-ce-7ab4f2ad3cc5b9bb394d578e3f6069cdff06f1ee.tar.gz |
Remove previously introduced CSS that will not be used anymore
-rw-r--r-- | app/assets/stylesheets/pages/groups.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss index 3682b886cb3..2a3acc3eb4c 100644 --- a/app/assets/stylesheets/pages/groups.scss +++ b/app/assets/stylesheets/pages/groups.scss @@ -38,29 +38,6 @@ margin-right: 15px; } } - - &.group-admin { - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - - .group-avatar, .group-details, .controls { - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - } - - .group-details { - flex: 1 1 auto; - flex-direction: column; - min-width: 0; - } - - .controls { - align-items: center; - } - } - } .ldap-group-links { |