Skip to content

Commit 898ba03

Browse files
author
AMJones
committed
Adjusts border for accordion cards.
1 parent 632fa36 commit 898ba03

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"css"
1212
],
1313
"homepage": "https://www.github.com/strapless/card",
14-
"version": "1.0.1",
14+
"version": "1.0.2",
1515
"authors": [
1616
{
1717
"name": "Aaron M Jones",

scss/_card.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@if $enable-framework == false {
55
/*!
6-
* StrapLess Card v1.0.1 (http://github.com/strapless/card)
6+
* StrapLess Card v1.0.2 (http://github.com/strapless/card)
77
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
88
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
99
*/
@@ -264,6 +264,7 @@
264264
> .card-default .card-header {
265265
border: 0 solid lighten($card-border-color, 35%);
266266
border-top-width: 1px;
267+
border-bottom-width: 1px;
267268
border-radius: 0;
268269
}
269270
> .card {

0 commit comments

Comments
 (0)