@snabcentr/client-ui 0.2.7 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
- package/catalog/price-card/sc-price-card.component.d.ts +1 -5
- package/esm2020/cart/cart-item-mobile/sc-cart-item-mobile.component.mjs +3 -3
- package/esm2020/catalog/price-card/sc-price-card.component.mjs +3 -9
- package/fesm2015/snabcentr-client-ui.mjs +4 -10
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +4 -10
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/taiga/variables.less +0 -1
- package/styles/tailwind/tailwind.scss +0 -25
package/package.json
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
--tui-primary: #ffcc40; // primary buttons, background
|
6
6
|
--tui-primary-hover: #ffe49b; // primary buttons hover
|
7
7
|
--tui-primary-active: #ffbb00; // primary buttons pressed
|
8
|
-
--tui-primary-text: #000; // text on primary background
|
9
8
|
--tui-clear: rgba(246, 246, 246, 1); // translucent dark fill
|
10
9
|
--tui-clear-disabled: rgb(230, 229, 229); // translucent dark fill disabled
|
11
10
|
--tui-clear-hover: rgba(238, 239, 239, 1); // translucent dark fill hover
|
@@ -842,10 +842,6 @@ video {
|
|
842
842
|
height: 100%;
|
843
843
|
}
|
844
844
|
|
845
|
-
.max-h-\[17rem\] {
|
846
|
-
max-height: 17rem;
|
847
|
-
}
|
848
|
-
|
849
845
|
.max-h-full {
|
850
846
|
max-height: 100%;
|
851
847
|
}
|
@@ -1219,10 +1215,6 @@ video {
|
|
1219
1215
|
padding-bottom: 1.125rem;
|
1220
1216
|
}
|
1221
1217
|
|
1222
|
-
.text-left {
|
1223
|
-
text-align: left;
|
1224
|
-
}
|
1225
|
-
|
1226
1218
|
.text-center {
|
1227
1219
|
text-align: center;
|
1228
1220
|
}
|
@@ -1240,23 +1232,11 @@ video {
|
|
1240
1232
|
line-height: 2rem !important;
|
1241
1233
|
}
|
1242
1234
|
|
1243
|
-
.\!text-\[0\.75rem\] {
|
1244
|
-
font-size: 0.75rem !important;
|
1245
|
-
}
|
1246
|
-
|
1247
1235
|
.\!text-xs {
|
1248
1236
|
font-size: 0.75rem !important;
|
1249
1237
|
line-height: 1rem !important;
|
1250
1238
|
}
|
1251
1239
|
|
1252
|
-
.text-\[0\.75rem\] {
|
1253
|
-
font-size: 0.75rem;
|
1254
|
-
}
|
1255
|
-
|
1256
|
-
.text-\[0\.875rem\] {
|
1257
|
-
font-size: 0.875rem;
|
1258
|
-
}
|
1259
|
-
|
1260
1240
|
.text-lg {
|
1261
1241
|
font-size: 1.125rem;
|
1262
1242
|
line-height: 1.75rem;
|
@@ -1297,11 +1277,6 @@ video {
|
|
1297
1277
|
font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
|
1298
1278
|
}
|
1299
1279
|
|
1300
|
-
.text-\[\#526ED3\] {
|
1301
|
-
--tw-text-opacity: 1;
|
1302
|
-
color: rgb(82 110 211 / var(--tw-text-opacity));
|
1303
|
-
}
|
1304
|
-
|
1305
1280
|
.text-black {
|
1306
1281
|
--tw-text-opacity: 1;
|
1307
1282
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|