Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit a7fbad1

Browse files
author
Dave Redfern
committed
Updating card so its more resilient
1 parent 414eacd commit a7fbad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scss/component/_card.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
.card,
66
%card {
7-
@extend %u-separator;
7+
border: seperator(base, width) seperator(base, style) seperator(base, color);
88
background-color: color(neutral, white);
99
border-radius: $border-radius;
1010

1111
> [class*="__header"] {
12-
@extend %u-separator-bottom;
12+
border-bottom: seperator(base, width) seperator(base, style) seperator(base, color);
1313

1414
> * {
1515
margin-bottom: 0;
@@ -27,6 +27,6 @@
2727
}
2828

2929
> [class*="__footer"] {
30-
@extend %u-separator-top;
30+
border-top: seperator(base, width) seperator(base, style) seperator(base, color);
3131
}
3232
}

0 commit comments

Comments
 (0)