Skip to content

Commit

Permalink
Update _common.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag2899 authored Nov 1, 2020
1 parent 11daf96 commit 9474ddf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,24 @@ a:hover {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;

}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: $white;
color: black;
border-radius: 50%;
}

/* Style the back side */
.flip-card-back {
background-color: $white;
color: $white;
border-radius: 50%;
transform: rotateY(180deg);
}

Expand Down Expand Up @@ -239,4 +243,4 @@ textarea.form-control {
left: -30px;
top: 3px;
}
}
}

0 comments on commit 9474ddf

Please sign in to comment.