We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632fa36 commit 898ba03Copy full SHA for 898ba03
2 files changed
composer.json
@@ -11,7 +11,7 @@
11
"css"
12
],
13
"homepage": "https://www.github.com/strapless/card",
14
- "version": "1.0.1",
+ "version": "1.0.2",
15
"authors": [
16
{
17
"name": "Aaron M Jones",
scss/_card.scss
@@ -3,7 +3,7 @@
3
4
@if $enable-framework == false {
5
/*!
6
- * StrapLess Card v1.0.1 (http://github.com/strapless/card)
+ * StrapLess Card v1.0.2 (http://github.com/strapless/card)
7
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
8
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
9
*/
@@ -264,6 +264,7 @@
264
> .card-default .card-header {
265
border: 0 solid lighten($card-border-color, 35%);
266
border-top-width: 1px;
267
+ border-bottom-width: 1px;
268
border-radius: 0;
269
}
270
> .card {
0 commit comments