Skip to content

Commit

Permalink
add border-radius to card
Browse files Browse the repository at this point in the history
  • Loading branch information
Dripcoding committed Oct 15, 2020
1 parent 47c6a64 commit 4889ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// faq container
@mixin faq-card-container {
background-color: $cardBgColor;
border-radius: $cardBorderRadius;
font-family: $cardFontFamily;
font-style: $cardFontStyle;
height: $cardHeight;
Expand Down
1 change: 1 addition & 0 deletions public/styles/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $gradient: linear-gradient(#b068e9, #6463e7);

// Desktop card container
$cardBgColor: #fff;
$cardBorderRadius: 20px;
$cardHeight: 509px;
$cardWidth: 920px;
$cardFontFamily: "Kumbh Sans";
Expand Down

0 comments on commit 4889ffc

Please sign in to comment.