File tree 3 files changed +4
-3
lines changed
survey-creator-core/src/components
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 133
133
134
134
.svc-list__item-separator {
135
135
width : 100% ;
136
- height : var (--ctr-separator-width , var (--sjs-size-x0125 ));
136
+ height : var (--ctr-separator-width , var (--sjs-stroke-x1 ));
137
137
margin : var (--ctr-separator-margin-vertical-small , var (--sjs-spacing-x1 )) 0px ;
138
138
background-color : var (--ctr-separator-color , var (--sjs-border-25 , #d4d4d4ff ));
139
139
}
Original file line number Diff line number Diff line change 173
173
& :after {
174
174
content : " " ;
175
175
display : block ;
176
- height : var (--ctr-toolbox-separator-height , var (--sjs-size-x0125 ));
176
+ height : var (--ctr-toolbox-separator-height , var (--sjs-stroke-x1 ));
177
177
background-color : var (--ctr-toolbox-separator-color , var (--sjs-border-25 , #d4d4d4ff ));
178
178
}
179
179
}
Original file line number Diff line number Diff line change 35
35
"build" : " webpack --env buildType=dev --env emitDeclarations --env emitNonSourceFiles && webpack --env buildType=prod && rollup -c" ,
36
36
"watch:dev" : " concurrently \" webpack --env buildType=dev --watch --env emitDeclarations --env emitStyles\" \" rollup -c -w\" " ,
37
37
"watch:prod" : " webpack --env buildType=prod --watch" ,
38
- "lint" : " eslint ./src"
38
+ "lint" : " eslint ./src" ,
39
+ "webkit" : " npx playwright wk http://127.0.0.1:8082"
39
40
},
40
41
"devDependencies" : {
41
42
"@rollup/plugin-node-resolve" : " ^16.0.0" ,
You can’t perform that action at this time.
0 commit comments