mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
init commit for payments page
This commit is contained in:
parent
04e2ad0121
commit
69b521cf20
6 changed files with 143 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue