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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-07-15 01:14:01 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-07-15 01:14:01 +0300
commit7ab4f2ad3cc5b9bb394d578e3f6069cdff06f1ee (patch)
treef1333199f8b2bc85e28d2751d1ead15ce6ec6a79 /app/assets/stylesheets/pages/groups.scss
parent5fc690df6ec2350c81f02098edba271a1eba5e0b (diff)
Remove previously introduced CSS that will not be used anymore
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss23
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 {