@colijnit/transaction 12.1.27 → 12.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/component/checkout/checkout-overview-delivery-edit/style/_material-definition.scss +1 -1
- package/lib/component/relation/relation-addresses/style/_layout.scss +1 -1
- package/lib/component/relation/relation-addresses/style/_material-definition.scss +1 -0
- package/lib/component/relation/relation-contact-details/style/_layout.scss +0 -2
- package/lib/component/relation/relation-contact-details/style/_theme.scss +0 -2
- package/lib/component/relation/relation-contact-details/style/material.scss +1 -1
- package/lib/component/relation/relation-general/style/_layout.scss +5 -5
- package/lib/component/relation/relation-general/style/_material-definition.scss +7 -0
- package/lib/component/relation/relation-preferences/style/_layout.scss +1 -1
- package/lib/component/relation/relation-preferences/style/_material-definition.scss +1 -0
- package/package.json +1 -1
package/lib/component/checkout/checkout-overview-delivery-edit/style/_material-definition.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$tp-checkout-delivery-font-family: $tp-font-family !default;
|
|
2
2
|
$tp-checkout-delivery-font-size: $tp-font-size !default;
|
|
3
|
-
$tp-checkout-delivery-label-column-font-family: $tp-
|
|
3
|
+
$tp-checkout-delivery-label-column-font-family: $tp-font-family !default;
|
|
4
4
|
$tp-checkout-delivery-first-name-width: 200px !default;
|
|
5
5
|
$tp-checkout-delivery-row-gap: 10px !default;
|
|
6
6
|
$tp-checkout-delivery-address-carousel-max-width: 500px !default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@include export-module('cc-relation-addresses-layout') {
|
|
2
2
|
.co-relation-addresses {
|
|
3
3
|
.co-carousel-3d {
|
|
4
|
-
max-width: $tp-
|
|
4
|
+
max-width: $tp-relation-addresses-carousel-max-width;
|
|
5
5
|
height: 175px;
|
|
6
6
|
}
|
|
7
7
|
.relation-address-new {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$tp-relation-addresses-carousel-max-width: 500px !default;
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
right: 0;
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: column;
|
|
27
|
-
width: $tp-
|
|
27
|
+
width: $tp-relation-general-suggestion-list-sidebar-width;
|
|
28
28
|
height: 100%;
|
|
29
|
-
background: $tp-
|
|
30
|
-
box-shadow: $tp-
|
|
29
|
+
background: $tp-relation-general-suggestion-list-sidebar-background-color;
|
|
30
|
+
box-shadow: $tp-relation-general-suggestion-list-sidebar-boxshadow;
|
|
31
31
|
}
|
|
32
32
|
.relation-sidebar-header {
|
|
33
|
-
padding: $tp-
|
|
34
|
-
margin: $tp-
|
|
33
|
+
padding: $tp-relation-general-suggestion-list-label-padding;
|
|
34
|
+
margin: $tp-relation-general-suggestion-list-label-margin;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
$tp-relation-general-row-gap: 10px !default;
|
|
2
2
|
$tp-relation-general-column-gap: 10px !default;
|
|
3
|
+
$tp-relation-general-suggestion-list-sidebar-width: 300px !default;
|
|
4
|
+
$tp-relation-general-suggestion-list-sidebar-background-color: white !default;
|
|
5
|
+
$tp-relation-general-suggestion-list-sidebar-boxshadow: -3px 1px 10px rgba(1, 1, 1, 0.1) !default;
|
|
6
|
+
$tp-relation-general-suggestion-list-label-fontsize: $tp-font-size !default;
|
|
7
|
+
$tp-relation-general-suggestion-list-label-fontweight: bold !default;
|
|
8
|
+
$tp-relation-general-suggestion-list-label-padding: 5px !default;
|
|
9
|
+
$tp-relation-general-suggestion-list-label-margin: 5px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$tp-relation-preferences-row-gap: 10px !default;
|