Skip to content

Commit 3455bd4

Browse files
author
wfbn8821
committed
chore: forgot to build
1 parent 4789c1b commit 3455bd4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

lib/assets/styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
position: absolute;
77
transition: left 1s cubic-bezier(0, 0.7, 0.7, 1), z-index 1s cubic-bezier(0, 0.7, 0.7, 1);
88
box-sizing: border-box; }
9-
._1H7C65wd8WJqBtCRmAfokb .rcs-center:after, ._1H7C65wd8WJqBtCRmAfokb .rcs-left-stack:after, ._1H7C65wd8WJqBtCRmAfokb .rcs-right-stack:after {
9+
._1H7C65wd8WJqBtCRmAfokb .rcs-left-stack:after, ._1H7C65wd8WJqBtCRmAfokb .rcs-right-stack:after {
1010
content: "";
1111
position: absolute;
1212
top: 0;
1313
left: 0;
1414
right: 0;
1515
height: 100%;
1616
background-color: #fff;
17-
opacity: 0;
17+
opacity: 0.7;
1818
transition: opacity 1s cubic-bezier(0, 0.7, 0.7, 1); }
19-
._1H7C65wd8WJqBtCRmAfokb .rcs-left-stack:after, ._1H7C65wd8WJqBtCRmAfokb .rcs-right-stack:after {
20-
opacity: 0.7; }
2119

2220
._22yQcZhJvmCSA52vE9VrUe {
2321
position: fixed;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-card-scroll",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A React component to navigate horizontally between cards of same width",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)