@lightspeed/design-system-css 2.7.3 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.css
CHANGED
package/dist/vend-styles.css
CHANGED
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"@lightspeed/design-system-css","version":"2.
|
1
|
+
{"name":"@lightspeed/design-system-css","version":"2.8.0","description":"Lightspeed's Design System in CSS","repository":"https://github.com/lightspeed/helios.git","author":"Lightspeed Commerce Inc.","license":"SEE LICENSE IN LICENSE.md","main":"dist/index.css","publishConfig":{"access":"public"},"files":["src","dist"],"scripts":{"prebuild":"rm -rf dist","build":"yarn lint && yarn build:css && yarn build:retrocompatibility","build:css":"sass --load-path=../../node_modules -q src/index.scss:dist/index.css","build:retrocompatibility":"cp dist/index.css dist/vend-styles.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn stylelint './src/**/*.scss' --config ./stylelint.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^1.1.0"},"devDependencies":{"@types/node":"^16.11.2","sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2","ts-node":"^10.3.1"}}
|
@@ -21,7 +21,7 @@
|
|
21
21
|
position: absolute;
|
22
22
|
left: -9999px;
|
23
23
|
z-index: 0;
|
24
|
-
margin-bottom: vd-spacer(
|
24
|
+
margin-bottom: vd-spacer(1);
|
25
25
|
}
|
26
26
|
|
27
27
|
.vd-tabs {
|
@@ -86,7 +86,7 @@
|
|
86
86
|
background-color: transparent;
|
87
87
|
height: vd-grid-unit(12);
|
88
88
|
padding: 0;
|
89
|
-
border-bottom:
|
89
|
+
border-bottom: vd-spacer(1) solid transparent;
|
90
90
|
color: inherit;
|
91
91
|
font-family: $vd-font-primary;
|
92
92
|
font-size: $vd-tab-font-size;
|