Skip to content

Commit 5f27cfb

Browse files
handymathis@gmail..comhandymathis@gmail..com
authored andcommitted
added new card design
1 parent d256e48 commit 5f27cfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
@include rowShape(row-lg, $lg);
6060

6161
// Card
62-
@include cardTheme(card-white, #fff, rgba(0,0,0,0.4), #000);
62+
@include cardTheme(card-light, #fff, rgba(0,0,0,0.4), #000);
6363
@include cardTheme(card-grey, #303030, rgba(0,0,0,0.6), #fff);
64+
@include cardTheme(card-dark, #161616, rgba(0,0,0,0.6), #fff);

0 commit comments

Comments
 (0)