Skip to content

Commit 6c03301

Browse files
author
AMJones
committed
Package name change, updated dependencies.
1 parent de99ba9 commit 6c03301

File tree

6 files changed

+45
-36
lines changed

6 files changed

+45
-36
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "strapless/card",
3-
"description": "Card component from Bootstrap 4, modified for usage as a standalone component, with Bootstrap 3, or as part of the StrapLess framework.",
2+
"name": "deviscoding/card",
3+
"description": "Card component from Bootstrap 4, modified for usage as a standalone component, with Bootstrap 3, or with other DevIsCoding components.",
44
"keywords": [
55
"responsive",
66
"card",
@@ -10,17 +10,20 @@
1010
"strapless",
1111
"css"
1212
],
13-
"homepage": "https://www.github.com/strapless/card",
14-
"version": "1.0.5",
13+
"homepage": "https://www.github.com/deviscoding/card",
14+
"version": "1.0.6",
1515
"authors": [
1616
{
1717
"name": "Aaron M Jones",
1818
"homepage": "http://www.jonesiscoding.com"
1919
}
2020
],
2121
"license": "MIT",
22+
"replace": {
23+
"strapless/card": "^1.0"
24+
},
2225
"require": {
23-
"strapless/base": "^1.1.5",
24-
"strapless/colors": "^1.0.5"
26+
"deviscoding/base": "^1.1.5",
27+
"deviscoding/colors": "^1.0.5"
2528
}
2629
}

composer.lock

Lines changed: 24 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/card.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* StrapLess Card v1.0.5 (http://github.com/strapless/card)
2+
* DevIsCoding Card v1.0.6 (http://github.com/deviscoding/card)
33
* Influenced by Bootstrap v4.0 (http://getbootstrap.com)
4-
* Licensed under MIT (https://github.com/strapless/card/blob/master/LICENSE)
4+
* Licensed under MIT (https://github.com/deviscoding/card/blob/master/LICENSE)
55
*/
66
.card {
77
position: relative;
@@ -13,7 +13,7 @@
1313
flex-direction: column;
1414
background-color: #fff;
1515
border-radius: 4px;
16-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
16+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1717
}
1818

1919
.card-block {
@@ -244,7 +244,7 @@
244244
border-bottom-left-radius: calc(4px - 1px);
245245
}
246246

247-
@media screen and (min-width: 577px) {
247+
@media (min-width: 577px) {
248248
.card-deck {
249249
display: -webkit-flex;
250250
display: -ms-flexbox;
@@ -368,7 +368,7 @@
368368
}
369369

370370
.card-accordion {
371-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
371+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
372372
border-radius: 4px;
373373
}
374374

0 commit comments

Comments
 (0)