update components

This commit is contained in:
Luke Pulverenti 2016-08-04 13:15:34 -04:00
parent 4467991a07
commit 0c9d201edd
4 changed files with 42 additions and 16 deletions

View file

@ -311,13 +311,23 @@ button.cardImageContainer {
}
.card .indicators {
right: 2%;
top: 3%;
right: 2.5%;
top: 2.5%;
position: absolute;
display: flex;
align-items: center;
}
.portraitCard .indicators {
right: 3%;
top: 2%;
}
.backdropCard .indicators {
right: 1.5%;
top: 2.8%;
}
.cardOverlayButton {
color: #fff !important;
background-color: rgba(0,0,0,.7) !important;