Skip to content

Commit

Permalink
Removed no-longer-used styles from group.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive authored and eviltrout committed Aug 24, 2017
1 parent c01dc26 commit 512858c
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions app/assets/stylesheets/common/base/group.scss
Expand Up @@ -51,7 +51,7 @@ table.group-logs {
width: 100%;

th, tr {
border-bottom: 1px solid $primary-low;
border-bottom: 1px solid $primary-low;
}

th {
Expand All @@ -77,7 +77,7 @@ table.group-members {
table-layout: fixed;

tr {
border-bottom: 1px solid $primary-low;
border-bottom: 1px solid $primary-low;
}

th:first-child {
Expand All @@ -90,7 +90,7 @@ table.group-members {
}

th {
border-bottom: 3px solid $primary-low;
border-bottom: 3px solid $primary-low;
text-align: center;
padding: 5px 0px 5px 5px;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
Expand All @@ -104,7 +104,7 @@ table.group-members {

&:hover {
cursor: pointer;
background-color: $primary-low;
background-color: $primary-low;
}
}

Expand Down Expand Up @@ -165,15 +165,3 @@ table.group-members {
}
}
}

#add-user-to-group {
margin: 0px;

.ac-wrap {
width: 100% !important;
}

.add {
margin-top: 10px;
}
}

0 comments on commit 512858c

Please sign in to comment.