init commit for payments page

This commit is contained in:
Madeleine Shang 2017-02-21 19:08:07 +00:00
parent 04e2ad0121
commit 69b521cf20
6 changed files with 143 additions and 3 deletions

View file

@ -30,6 +30,8 @@ you're in a hurry or lost or you just need to Make It Work©
text-align: left;
}
$wallet-tile-min-height: 20em;
$wallet-tile-max-width: 25em;
$wallet-tile-logo-container-height: 5.5em;
@ -46,6 +48,9 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9);
margin: $wallet-tile-spacing auto;
border: 1px solid $color-gray;
min-height: $wallet-tile-min-height;
.payments &{
min-height: 12em;
}
max-width: $wallet-tile-max-width;
overflow: hidden;
-o-transition: .25s;
@ -78,6 +83,9 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9);
overflow: hidden;
img {
max-height: 80px;
.payments &{
max-height: 60px;
}
}
}
& .caption {