update components
This commit is contained in:
parent
4467991a07
commit
0c9d201edd
4 changed files with 42 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue