Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Jun 11, 2024
1 parent e3713e3 commit e0c5a01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,12 @@
box-shadow: 0rem 2.4rem 4.8rem 0rem rgba(14, 14, 14, 0.18);
}
}
&-front,
&-back {

&-front {
backface-visibility: hidden;
transform-style: preserve-3d;
top: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
&-front {
z-index: 2;
transform: rotateY(0deg);
display: flex;
Expand All @@ -65,6 +58,7 @@
justify-content: center;
padding: 4rem 1.6rem 3.6rem;
position: relative;

&__tag {
background-color: #661b20;
border-radius: 0.4rem;
Expand Down Expand Up @@ -99,6 +93,7 @@
background: #664407;
}
}

&__label {
text-align: center;

Expand All @@ -107,13 +102,11 @@
}
}
}
&-back {
transform: rotateY(-180deg);
position: absolute;
}

&__link {
color: #ff444f;
}

&__added-status {
position: absolute;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.wallets-jurisdiction-card-back {
backface-visibility: hidden;
height: 100%;
transform: rotateY(180deg);
position: absolute;

top: 0;
left: 0;
width: 100%;
height: 100%;
transform-style: preserve-3d;
transform: rotateY(-180deg);
display: flex;
flex-direction: column;
gap: 1.6rem;
Expand Down

0 comments on commit e0c5a01

Please sign in to comment.