fix(minor): website_builder.scss removed border for cards

This commit is contained in:
Rushabh Mehta 2021-07-13 10:14:43 +05:30
parent 959a5549d1
commit 372447846e
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1 @@
@import './website/index';
@import './website/index';

View file

@ -145,6 +145,11 @@
.section-with-cards .card {
@include transition();
border: none;
.card-body {
padding: 0 1.5rem 2rem 0;
}
&:hover {
border-color: $gray-500;