Skip to content

Commit

Permalink
Domains: Styling for Google Apps Users List (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
umurkontaci committed Mar 8, 2016
1 parent 60e1b03 commit f0a4a0a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/my-sites/upgrades/domain-management/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,7 @@
position: relative;

@include breakpoint( ">660px" ) {
padding: 24px;
padding-bottom: 20px;
padding: 24px 24px 20px;
}

.button {
Expand Down Expand Up @@ -437,9 +436,7 @@
}

strong {
background: url('/calypso/images/upgrades/google-apps-logo.png');
background-position: left center;
background-repeat: no-repeat;
background: url('/calypso/images/upgrades/google-apps-logo.png') no-repeat left center;
background-size: 80px;
display: inline-block;
height: 40px;
Expand Down Expand Up @@ -634,8 +631,7 @@ ul.email-forwarding__list {
border-bottom: 2px solid lighten( $gray, 20% );
display: block;
overflow: auto;
padding: 16px;
padding-bottom: 20px;
padding: 16px 16px 20px;
position: relative;

@include breakpoint( ">660px" ) {
Expand Down Expand Up @@ -954,6 +950,7 @@ ul.dns__list {
}

.google-apps-users-card.card {
padding: 0;
@include clear-fix;
}

Expand Down Expand Up @@ -983,14 +980,17 @@ ul.dns__list {

.google-apps-users-card__user-list {
list-style: none;
margin: 0 0 16px 0;
margin: 0;

li {
color: #58819e;
border-top: 1px solid $gray-light;
padding: 10px 0;
padding: 20px 24px;
@include clear-fix;

&:first-of-type {
border-top: none;
}

&:last-of-type {
border-bottom: 1px solid $gray-light;
}
Expand Down

0 comments on commit f0a4a0a

Please sign in to comment.