You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
Theres a few things that are happening:
there are more card vars at the top of Cards.scss than what's in harmonium-settings.scss
I would kind of like the borders that are used for Card-header and Card-footer to be a var that uses $card-border as a default. $card-interior-border: $card-border. Because if your $card-border is a different color than $divider-color then the borders for card-header and card-footer look a little funny when theyre fleshed against the card border.
What is the expected behavior?
all vars that are in Cards.scss should also be included in harmonium-settings.scss
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
Theres a few things that are happening:
$card-border
as a default.$card-interior-border: $card-border
. Because if your$card-border
is a different color than$divider-color
then the borders for card-header and card-footer look a little funny when theyre fleshed against the card border.What is the expected behavior?
The text was updated successfully, but these errors were encountered: