@vtex/faststore-plugin-buyer-portal 2.0.1 → 2.0.2
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/CHANGELOG.md +11 -1
- package/package.json +3 -3
- package/src/features/accounting-fields/components/AccountingFieldForm/accounting-field-form.scss +0 -2
- package/src/features/accounting-fields/components/SelectedAccountingValue/selected-accounting-value.scss +0 -1
- package/src/features/accounting-fields/layouts/AccountingFieldLayout/accounting-field-layout.scss +0 -1
- package/src/features/addresses/components/CreateAddressDrawer/create-address-drawer.scss +0 -2
- package/src/features/addresses/components/CreateAddressSettingsDrawer/create-address-settings-drawer.scss +0 -2
- package/src/features/addresses/components/EditAddressDrawer/edit-address-drawer.scss +0 -2
- package/src/features/addresses/components/ExistingAddress/existing-address.scss +0 -1
- package/src/features/addresses/components/LocationForm/location-form.scss +1 -1
- package/src/features/addresses/components/RecipientsForm/recipients-form.scss +1 -1
- package/src/features/addresses/components/RemoveAddressDrawer/remove-address-drawer.scss +0 -1
- package/src/features/addresses/layouts/AddressDetailsLayout/address-details-layout.scss +9 -10
- package/src/features/addresses/layouts/AddressesLayout/addresses-layout.scss +6 -6
- package/src/features/budgets/components/BudgetAddForm/budget-add-form.scss +2 -2
- package/src/features/budgets/components/BudgetAllocationsSelection/budget-allocations-selection.scss +0 -2
- package/src/features/budgets/components/BudgetAllocationsTable/budget-allocations-table.scss +3 -3
- package/src/features/budgets/components/BudgetNotificationForm/budget-notification-form.scss +2 -2
- package/src/features/budgets/components/BudgetNotificationsInfo/budget-notifications-info.scss +5 -4
- package/src/features/budgets/components/BudgetRemainingBalance/budget-remaining-balance.scss +3 -2
- package/src/features/budgets/components/BudgetSettingsInfo/budget-settings-info.scss +5 -4
- package/src/features/budgets/components/BudgetsTable/budgets-table.scss +3 -2
- package/src/features/budgets/components/CreateBudgetAllocationDrawer/create-budget-allocation-drawer.scss +2 -2
- package/src/features/budgets/components/CreateBudgetDrawer/create-budget-drawer.scss +0 -1
- package/src/features/budgets/components/EditBudgetDrawer/edit-budget-drawer.scss +2 -2
- package/src/features/budgets/layouts/BudgetsDetailsLayout/budget-details-layout.scss +3 -2
- package/src/features/budgets/layouts/BudgetsLayout/budgets-layout.scss +3 -3
- package/src/features/buying-policies/components/BasicBuyingPolicyDrawer/basic-buying-policy-drawer.scss +3 -2
- package/src/features/buying-policies/layouts/BuyingPoliciesLayout/buying-policies-layout.scss +4 -3
- package/src/features/buying-policies/layouts/BuyingPolicyDetailsLayout/buying-policy-details-layout.scss +3 -2
- package/src/features/contracts/layouts/ContractsLayout/contracts-layout.scss +0 -2
- package/src/features/credit-cards/components/CreateCreditCardDrawer/create-credit-card-drawer.scss +0 -2
- package/src/features/credit-cards/components/CreditCardSettingsDrawer/credit-card-settings-drawer.scss +0 -2
- package/src/features/credit-cards/components/EditCreditCardDrawer/edit-credit-card-drawer.scss +0 -1
- package/src/features/credit-cards/components/RemoveCreditCardDrawer/remove-credit-card-drawer.scss +0 -1
- package/src/features/credit-cards/layouts/CreditCardsLayout/credit-card-layout.scss +3 -4
- package/src/features/org-units/components/AuthSetupDrawer/auth-setup-drawer.scss +0 -1
- package/src/features/org-units/components/OrgUnitBreadcrumb/org-unit-breadcrumb.scss +2 -1
- package/src/features/org-units/components/OrgUnitDetailsNavbar/org-unit-details-navbar.scss +3 -3
- package/src/features/org-units/layouts/OrgUnitDetailsLayout/org-units-details.scss +10 -11
- package/src/features/org-units/layouts/OrgUnitsLayout/org-units-layout.scss +3 -3
- package/src/features/payment-methods/components/AddPaymentMethodsDrawer/add-payment-methods-drawer.scss +5 -5
- package/src/features/payment-methods/components/RemovePaymentMethodsDrawer/remove-payment-methods-drawer.scss +0 -1
- package/src/features/payment-methods/components/SearchPaymentMethods/search-payment-methods.scss +2 -1
- package/src/features/payment-methods/layouts/PaymentMethodsLayout/payment-methods-layout.scss +5 -4
- package/src/features/profile/components/ProfileSummary/profile-summary.scss +2 -1
- package/src/features/profile/layouts/ProfileLayout/profile-layout.scss +2 -2
- package/src/features/roles/layout/RoleDetailsLayout/role-details-layout.scss +10 -9
- package/src/features/shared/components/BasicDrawer/basic-drawer.scss +10 -11
- package/src/features/shared/components/CustomDropdown/custom-dropdown.scss +2 -1
- package/src/features/shared/components/HeaderInside/header-inside.scss +5 -4
- package/src/features/shared/components/InternalTopbar/internal-top-bar.scss +0 -1
- package/src/features/shared/components/Pagination/pagination.scss +2 -2
- package/src/features/shared/components/SettingsDrawer/settings-drawer.scss +0 -1
- package/src/features/shared/components/Table/TableCell/table-cell.scss +3 -2
- package/src/features/shared/components/Table/TableHead/table-head.scss +5 -4
- package/src/features/shared/components/Table/TableRow/table-row.scss +0 -1
- package/src/features/shared/components/Toast/toast.scss +3 -2
- package/src/features/shared/components/VerticalNav/vertical-nav.scss +3 -3
- package/src/features/shared/layouts/BaseTabsLayout/about-drawer/about-drawer.scss +3 -2
- package/src/features/shared/layouts/BaseTabsLayout/base-tabs-layout.scss +8 -8
- package/src/features/shared/layouts/BaseTabsLayout/sidebar-drawer/sidebar-drawer.scss +6 -6
- package/src/features/shared/utils/constants.ts +1 -1
- package/src/features/users/layouts/UserDetailsLayout/user-details-layout.scss +7 -8
- package/src/features/users/layouts/UsersLayout/users-layout.scss +6 -6
- package/src/themes/tokens.scss +2 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "@faststore/ui/src/components/molecules/Dropdown/styles.scss";
|
|
2
3
|
|
|
3
4
|
@import "../../../shared/layouts/FinanceTabsLayout/finance-tabs-layout.scss";
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
border-top: none;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
|
-
@include media("<=tablet") {
|
|
29
|
+
@include u.media("<=tablet") {
|
|
29
30
|
flex-direction: column;
|
|
30
31
|
}
|
|
31
32
|
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
[data-fs-buying-policy-details-line-initial] {
|
|
97
|
-
@include media("<=tablet") {
|
|
98
|
+
@include u.media("<=tablet") {
|
|
98
99
|
flex-direction: row;
|
|
99
100
|
}
|
|
100
101
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
[data-fs-contracts-section] {
|
|
2
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
3
|
-
|
|
4
2
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
5
3
|
@import "../../../shared/components/DropdownFilter/dropdown-filter.scss";
|
|
6
4
|
@import "../../../shared/components/Tag/tag.scss";
|
package/src/features/credit-cards/components/CreateCreditCardDrawer/create-credit-card-drawer.scss
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
@import "../../../shared/components/BasicDrawer/basic-drawer.scss";
|
|
2
2
|
@import "../../../shared/components/InputText/input-text.scss";
|
|
3
3
|
@import "../../../shared/components/ErrorMessage/error-message.scss";
|
|
4
|
-
@import "@faststore/ui/src/components/atoms/Select/styles.scss";
|
|
5
4
|
@import "@faststore/ui/src/components/molecules/Alert/styles.scss";
|
|
6
5
|
@import "../CreditCardForm/credit-card-form.scss";
|
|
7
6
|
|
|
8
7
|
[data-fs-bp-create-credit-card-drawer] {
|
|
9
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
10
8
|
@import "../../../addresses/components/ExistingAddress/existing-address.scss";
|
|
11
9
|
|
|
12
10
|
[data-fs-bp-create-credit-card-drawer-section-label] {
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
@import "../../../shared/components/BasicDrawer/basic-drawer.scss";
|
|
2
2
|
@import "../../../shared/components/InputText/input-text.scss";
|
|
3
3
|
@import "../../../shared/components/ErrorMessage/error-message.scss";
|
|
4
|
-
@import "@faststore/ui/src/components/atoms/Select/styles.scss";
|
|
5
4
|
@import "@faststore/ui/src/components/molecules/Alert/styles.scss";
|
|
6
5
|
@import "../CreditCardForm/credit-card-form.scss";
|
|
7
6
|
|
|
8
7
|
[data-fs-bp-edit-credit-card-settings-drawer] {
|
|
9
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
10
8
|
@import "../../../addresses/components/ExistingAddress/existing-address.scss";
|
|
11
9
|
|
|
12
10
|
[data-fs-bp-edit-credit-card-settings-drawer-section-label] {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../../shared/components/MainLinksDropdownMenu/main-links-dropdown-menu.scss";
|
|
2
3
|
@import "../../components/CreateCreditCardDrawer/create-credit-card-drawer.scss";
|
|
3
4
|
@import "../../components/EditCreditCardDrawer/edit-credit-card-drawer.scss";
|
|
4
5
|
@import "../../components/RemoveCreditCardDrawer/remove-credit-card-drawer.scss";
|
|
5
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
6
|
-
|
|
7
6
|
[data-fs-credit-card-section] {
|
|
8
7
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
9
8
|
@import "../../../shared/components/DropdownFilter/dropdown-filter.scss";
|
|
@@ -14,11 +13,11 @@
|
|
|
14
13
|
|
|
15
14
|
padding: 0 calc(var(--fs-spacing-9) - var(--fs-spacing-0));
|
|
16
15
|
|
|
17
|
-
@include media("<=notebook") {
|
|
16
|
+
@include u.media("<=notebook") {
|
|
18
17
|
padding: 0;
|
|
19
18
|
}
|
|
20
19
|
|
|
21
|
-
@include media("<=phonemid") {
|
|
20
|
+
@include u.media("<=phonemid") {
|
|
22
21
|
padding-bottom: var(--fs-spacing-7);
|
|
23
22
|
|
|
24
23
|
[data-fs-bp-header-inside] {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-breadcrumb-nav] {
|
|
2
3
|
@import "@faststore/ui/src/components/molecules/Dropdown/styles.scss";
|
|
3
4
|
@import "@faststore/ui/src/components/molecules/Tooltip/styles.scss";
|
|
@@ -12,7 +13,7 @@
|
|
|
12
13
|
--fs-tooltip-background: var(--fs-bp-color-neutral-8);
|
|
13
14
|
--fs-tooltip-border-radius: var(--fs-bp-border-radius-1);
|
|
14
15
|
}
|
|
15
|
-
@include media(">=tablet") {
|
|
16
|
+
@include u.media(">=tablet") {
|
|
16
17
|
flex-wrap: wrap;
|
|
17
18
|
}
|
|
18
19
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-org-unit-details-navbar] {
|
|
2
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
3
3
|
|
|
4
4
|
display: flex;
|
|
5
5
|
justify-content: space-between;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
border-bottom: 1px solid var(--fs-bp-color-neutral-2);
|
|
10
10
|
min-height: 4.25rem;
|
|
11
11
|
|
|
12
|
-
@include media(
|
|
12
|
+
@include u.media(">=tablet") {
|
|
13
13
|
padding-left: var(--fs-bp-padding-10);
|
|
14
14
|
padding-right: var(--fs-bp-padding-10);
|
|
15
15
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
background-color: var(--fs-bp-color-transparent-1);
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
@include media(
|
|
51
|
+
@include u.media(">=tablet") {
|
|
52
52
|
display: inline-flex;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "@faststore/ui/src/components/molecules/Dropdown/styles.scss";
|
|
2
|
-
@import "@faststore/ui/src/components/molecules/Breadcrumb/styles.scss";
|
|
3
3
|
@import "../../../shared/components/BasicDropdownMenu/basic-dropdown-menu.scss";
|
|
4
4
|
@import "../../components/OrgUnitDetailsNavbar/org-unit-details-navbar.scss";
|
|
5
5
|
@import "../../../shared/layouts/BaseTabsLayout/about-drawer/about-drawer.scss";
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
@import "../../components/AuthSetupDrawer/auth-setup-drawer.scss";
|
|
13
13
|
|
|
14
14
|
[data-fs-org-units-details-section] {
|
|
15
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
16
15
|
@import "../../../shared/components/BasicCard/basic-card.scss";
|
|
17
16
|
@import "../../../shared/components/VerticalNav/vertical-nav.scss";
|
|
18
17
|
@import "../../../shared/components/LetterHighlight/letter-highlight.scss";
|
|
@@ -26,12 +25,12 @@
|
|
|
26
25
|
padding: var(--fs-bp-margin-0) var(--fs-bp-padding-5);
|
|
27
26
|
padding-bottom: var(--fs-bp-padding-12);
|
|
28
27
|
|
|
29
|
-
@include media(">=tablet") {
|
|
28
|
+
@include u.media(">=tablet") {
|
|
30
29
|
padding-left: var(--fs-bp-padding-10);
|
|
31
30
|
padding-right: var(--fs-bp-padding-10);
|
|
32
31
|
}
|
|
33
32
|
|
|
34
|
-
@include media(">=notebook") {
|
|
33
|
+
@include u.media(">=notebook") {
|
|
35
34
|
padding-left: var(--fs-bp-padding-12);
|
|
36
35
|
padding-right: var(--fs-bp-padding-12);
|
|
37
36
|
}
|
|
@@ -54,7 +53,7 @@
|
|
|
54
53
|
grid-template-rows: auto;
|
|
55
54
|
gap: var(--fs-bp-gap-5);
|
|
56
55
|
|
|
57
|
-
@include media(">=notebook") {
|
|
56
|
+
@include u.media(">=notebook") {
|
|
58
57
|
grid-template-columns: repeat(2, 1fr);
|
|
59
58
|
grid-auto-rows: 1fr;
|
|
60
59
|
}
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
[data-fs-card-body] {
|
|
79
78
|
padding: var(--fs-bp-margin-2) var(--fs-bp-margin-0) var(--fs-bp-margin-5);
|
|
80
79
|
|
|
81
|
-
@include media(">=tablet") {
|
|
80
|
+
@include u.media(">=tablet") {
|
|
82
81
|
padding: var(--fs-bp-margin-5) var(--fs-bp-margin-3)
|
|
83
82
|
var(--fs-bp-margin-8);
|
|
84
83
|
}
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
[data-fs-card-footer] {
|
|
88
87
|
padding: var(--fs-bp-padding-5);
|
|
89
88
|
|
|
90
|
-
@include media(">=tablet") {
|
|
89
|
+
@include u.media(">=tablet") {
|
|
91
90
|
padding-left: var(--fs-bp-padding-8);
|
|
92
91
|
padding-right: var(--fs-bp-padding-8);
|
|
93
92
|
}
|
|
@@ -96,7 +95,7 @@
|
|
|
96
95
|
color: var(--fs-bp-color-brand);
|
|
97
96
|
@include text-style("action");
|
|
98
97
|
|
|
99
|
-
@include media(">=tablet") {
|
|
98
|
+
@include u.media(">=tablet") {
|
|
100
99
|
@include text-style("emphasis");
|
|
101
100
|
}
|
|
102
101
|
}
|
|
@@ -111,7 +110,7 @@
|
|
|
111
110
|
width: var(--fs-bp-spacing-9);
|
|
112
111
|
height: var(--fs-bp-spacing-9);
|
|
113
112
|
|
|
114
|
-
@include media(">=tablet") {
|
|
113
|
+
@include u.media(">=tablet") {
|
|
115
114
|
@include text-style("display-6");
|
|
116
115
|
margin-bottom: var(--fs-bp-margin-1);
|
|
117
116
|
width: var(--fs-bp-spacing-12);
|
|
@@ -124,14 +123,14 @@
|
|
|
124
123
|
[data-fs-vertical-nav-menu] {
|
|
125
124
|
[data-fs-vertical-nav-menu-list] {
|
|
126
125
|
margin-top: var(--fs-bp-margin-1);
|
|
127
|
-
@include media(">=tablet") {
|
|
126
|
+
@include u.media(">=tablet") {
|
|
128
127
|
margin-top: var(--fs-bp-margin-5);
|
|
129
128
|
}
|
|
130
129
|
|
|
131
130
|
[data-fs-vertical-nav-menu-link] {
|
|
132
131
|
border-radius: var(--fs-bp-border-radius-0);
|
|
133
132
|
|
|
134
|
-
@include media(">=tablet") {
|
|
133
|
+
@include u.media(">=tablet") {
|
|
135
134
|
border-radius: var(--fs-bp-border-radius-full);
|
|
136
135
|
}
|
|
137
136
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../components/DeleteOrgUnitDrawer/delete-org-unit-drawer.scss";
|
|
2
3
|
@import "../../components/CreateOrgUnitDrawer/create-org-unit-drawer.scss";
|
|
3
4
|
@import "../../components/OrgUnitsDropdownMenu/org-units-dropdown-menu.scss";
|
|
@@ -8,7 +9,6 @@
|
|
|
8
9
|
@import "../../../shared/layouts/OrgUnitTabsLayout/org-unit-tabs-layout.scss";
|
|
9
10
|
|
|
10
11
|
[data-fs-org-units-section] {
|
|
11
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
12
12
|
@import "../../../shared/components/EmptyState/empty-state.scss";
|
|
13
13
|
@import "../../components/OrgUnitsHierarchyTree/org-units-hierarchy-tree.scss";
|
|
14
14
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
@import "../../../shared/components/HierarchyTree/hierarchy-tree.scss";
|
|
17
17
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
18
18
|
|
|
19
|
-
@include media("<=phonemid") {
|
|
19
|
+
@include u.media("<=phonemid") {
|
|
20
20
|
padding-bottom: var(--fs-spacing-7);
|
|
21
21
|
|
|
22
22
|
[data-fs-bp-header-inside] {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
justify-content: space-between;
|
|
43
43
|
padding: 0 0 var(--fs-spacing-4);
|
|
44
44
|
|
|
45
|
-
@include media("<tablet") {
|
|
45
|
+
@include u.media("<tablet") {
|
|
46
46
|
[data-fs-buyer-portal-internal-search] {
|
|
47
47
|
width: 100%;
|
|
48
48
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../SearchPaymentMethods/search-payment-methods.scss";
|
|
2
3
|
|
|
3
4
|
[data-fs-bp-add-payment-methods-drawer] {
|
|
4
5
|
[data-fs-payment-methods-drawer] {
|
|
5
6
|
@import "../../../shared/components/EmptyState/empty-state.scss";
|
|
6
7
|
@import "../../../shared/components/Table/table.scss";
|
|
7
|
-
@import "@faststore/ui/src/components/atoms/Checkbox/styles.scss";
|
|
8
8
|
@import "@faststore/ui/src/components/atoms/Skeleton/styles.scss";
|
|
9
9
|
|
|
10
10
|
[data-fs-bp-add-payment-methods-drawer-description] {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
align-items: center;
|
|
23
23
|
height: 2.5rem;
|
|
24
24
|
|
|
25
|
-
@include media("<=tablet") {
|
|
25
|
+
@include u.media("<=tablet") {
|
|
26
26
|
[data-fs-buyer-portal-internal-search] {
|
|
27
27
|
width: 100%;
|
|
28
28
|
}
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
@include media("<=tablet") {
|
|
64
|
+
@include u.media("<=tablet") {
|
|
65
65
|
[data-fs-buyer-portal-internal-search] {
|
|
66
66
|
width: 18rem !important;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
@include media("<=phonemid") {
|
|
70
|
+
@include u.media("<=phonemid") {
|
|
71
71
|
[data-fs-buyer-portal-internal-search] {
|
|
72
72
|
width: 14rem !important;
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
@include media("<=phone") {
|
|
76
|
+
@include u.media("<=phone") {
|
|
77
77
|
[data-fs-buyer-portal-internal-search] {
|
|
78
78
|
width: 10rem !important;
|
|
79
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
[data-fs-bp-remove-payment-methods-drawer] {
|
|
2
2
|
[data-fs-payment-methods-drawer] {
|
|
3
|
-
@import "@faststore/ui/src/components/atoms/Checkbox/styles.scss";
|
|
4
3
|
@import "@faststore/ui/src/components/molecules/CheckboxField/styles.scss";
|
|
5
4
|
|
|
6
5
|
[data-fs-bp-remove-payment-methods-drawer-description] {
|
package/src/features/payment-methods/components/SearchPaymentMethods/search-payment-methods.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../../shared/components/InternalSearch/internal-search.scss";
|
|
2
3
|
|
|
3
4
|
[data-fs-bp-payment-methods-search-container] {
|
|
@@ -14,7 +15,7 @@
|
|
|
14
15
|
display: block;
|
|
15
16
|
}
|
|
16
17
|
|
|
17
|
-
@include media("<=tablet") {
|
|
18
|
+
@include u.media("<=tablet") {
|
|
18
19
|
[data-fs-payment-methods-section] {
|
|
19
20
|
[data-fs-buyer-portal-internal-search] {
|
|
20
21
|
width: 100%;
|
package/src/features/payment-methods/layouts/PaymentMethodsLayout/payment-methods-layout.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../components/AddPaymentMethodsDrawer/add-payment-methods-drawer.scss";
|
|
2
3
|
@import "../../components/RemovePaymentMethodsDrawer/remove-payment-methods-drawer.scss";
|
|
3
4
|
@import "../../components/SearchPaymentMethods/search-payment-methods.scss";
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
@import "../../../shared/components/EmptyState/empty-state.scss";
|
|
88
89
|
@import "../../../shared/components/Paginator/paginator.scss";
|
|
89
90
|
|
|
90
|
-
@include media(">=notebook") {
|
|
91
|
+
@include u.media(">=notebook") {
|
|
91
92
|
padding: 0 calc(var(--fs-spacing-9) - var(--fs-spacing-0));
|
|
92
93
|
}
|
|
93
94
|
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
height: 2.5rem;
|
|
110
111
|
margin-bottom: var(--fs-spacing-3);
|
|
111
112
|
|
|
112
|
-
@include media("<=tablet") {
|
|
113
|
+
@include u.media("<=tablet") {
|
|
113
114
|
[data-fs-buyer-portal-internal-search] {
|
|
114
115
|
width: 100%;
|
|
115
116
|
}
|
|
@@ -149,12 +150,12 @@
|
|
|
149
150
|
text-align: end;
|
|
150
151
|
display: none;
|
|
151
152
|
margin-top: var(--fs-spacing-3);
|
|
152
|
-
@include media("<=tablet") {
|
|
153
|
+
@include u.media("<=tablet") {
|
|
153
154
|
display: block;
|
|
154
155
|
}
|
|
155
156
|
}
|
|
156
157
|
|
|
157
|
-
@include media("<=phonemid") {
|
|
158
|
+
@include u.media("<=phonemid") {
|
|
158
159
|
padding-bottom: var(--fs-spacing-7);
|
|
159
160
|
|
|
160
161
|
[data-fs-buyer-portal-internal-search] {
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
[data-fs-self-profile-summary-person-actions] {
|
|
47
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
48
47
|
|
|
49
48
|
display: grid;
|
|
50
49
|
align-items: center;
|
|
@@ -75,5 +74,7 @@
|
|
|
75
74
|
--fs-button-text-size: var(--fs-bp-text-body);
|
|
76
75
|
--fs-control-tap-size: var(--fs-bp-spacing-9);
|
|
77
76
|
flex: 0 0 auto;
|
|
77
|
+
color: #0366dd;
|
|
78
|
+
font-weight: var(--fs-text-weight-semibold);
|
|
78
79
|
}
|
|
79
80
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "../../../shared/components/MainLinksDropdownMenu/main-links-dropdown-menu.scss";
|
|
2
3
|
@import "../../../shared/layouts/ContractTabsLayout/contract-tabs-layout.scss";
|
|
3
4
|
|
|
4
5
|
[data-fs-bp-profile] {
|
|
5
|
-
@import "@faststore/ui/src/components/molecules/Toggle/styles.scss";
|
|
6
6
|
@import "../../../shared/components/InternalTopbar/internal-top-bar.scss";
|
|
7
7
|
@import "../../../shared/components/HeaderInside/header-inside.scss";
|
|
8
8
|
@import "../../../shared/components/Error/error.scss";
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
font-size: var(--fs-bp-text-body);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
@include media("<=tablet") {
|
|
50
|
+
@include u.media("<=tablet") {
|
|
51
51
|
flex-direction: column;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-role-details-page] {
|
|
2
3
|
@import "../../../shared/components/Table/table.scss";
|
|
3
4
|
|
|
4
5
|
[data-fs-bp-table-head] {
|
|
5
|
-
@include media("<=tablet") {
|
|
6
|
+
@include u.media("<=tablet") {
|
|
6
7
|
border: none;
|
|
7
8
|
}
|
|
8
9
|
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
justify-content: space-between;
|
|
18
19
|
margin-bottom: var(--fs-spacing-3);
|
|
19
20
|
|
|
20
|
-
@include media(">=tablet") {
|
|
21
|
+
@include u.media(">=tablet") {
|
|
21
22
|
margin-bottom: calc(var(--fs-spacing-3) + var(--fs-spacing-0));
|
|
22
23
|
}
|
|
23
24
|
|
|
@@ -45,11 +46,11 @@
|
|
|
45
46
|
[data-fs-bp-table-row-title-cell] {
|
|
46
47
|
padding-left: var(--fs-spacing-0);
|
|
47
48
|
|
|
48
|
-
@include media(">phonemid") {
|
|
49
|
+
@include u.media(">phonemid") {
|
|
49
50
|
padding-left: var(--fs-spacing-2);
|
|
50
51
|
}
|
|
51
52
|
|
|
52
|
-
@include media(">tablet") {
|
|
53
|
+
@include u.media(">tablet") {
|
|
53
54
|
padding-left: calc(var(--fs-spacing-4) - var(--fs-spacing-0));
|
|
54
55
|
}
|
|
55
56
|
}
|
|
@@ -57,11 +58,11 @@
|
|
|
57
58
|
[data-fs-bp-table-row-actions] {
|
|
58
59
|
padding-right: var(--fs-spacing-0);
|
|
59
60
|
|
|
60
|
-
@include media(">phonemid") {
|
|
61
|
+
@include u.media(">phonemid") {
|
|
61
62
|
padding-right: var(--fs-spacing-2);
|
|
62
63
|
}
|
|
63
64
|
|
|
64
|
-
@include media(">tablet") {
|
|
65
|
+
@include u.media(">tablet") {
|
|
65
66
|
padding-right: calc(var(--fs-spacing-4) - var(--fs-spacing-0));
|
|
66
67
|
}
|
|
67
68
|
}
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
display: block;
|
|
77
78
|
padding: var(--fs-spacing-0) 0;
|
|
78
79
|
|
|
79
|
-
@include media(">tablet") {
|
|
80
|
+
@include u.media(">tablet") {
|
|
80
81
|
display: flex;
|
|
81
82
|
padding: 0;
|
|
82
83
|
}
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
overflow: hidden;
|
|
92
93
|
text-overflow: ellipsis;
|
|
93
94
|
|
|
94
|
-
@include media(">phonemid") {
|
|
95
|
+
@include u.media(">phonemid") {
|
|
95
96
|
font-size: var(--fs-text-size-1);
|
|
96
97
|
line-height: calc(var(--fs-spacing-4) - var(--fs-spacing-0));
|
|
97
98
|
font-weight: var(--fs-text-weight-medium);
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
color: #1f1f1f;
|
|
109
110
|
margin-top: var(--fs-spacing-0);
|
|
110
111
|
|
|
111
|
-
@include media(">tablet") {
|
|
112
|
+
@include u.media(">tablet") {
|
|
112
113
|
display: none;
|
|
113
114
|
}
|
|
114
115
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
@import "@faststore/ui/src/components/atoms/Overlay/styles.scss";
|
|
2
|
-
@import "@faststore/ui/src/components/organisms/SlideOver/styles.scss";
|
|
3
3
|
|
|
4
4
|
[data-fs-bp-basic-drawer] {
|
|
5
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
6
5
|
|
|
7
6
|
display: flex;
|
|
8
7
|
flex-direction: column;
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
max-height: 100%;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
|
-
@include media("<=tablet") {
|
|
18
|
+
@include u.media("<=tablet") {
|
|
20
19
|
&[data-fs-slide-over][data-fs-mobile-bottom-sheet] {
|
|
21
20
|
&:not([data-fs-slide-over-sidebar]) {
|
|
22
21
|
left: 0;
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
}
|
|
53
52
|
}
|
|
54
53
|
|
|
55
|
-
@include media(">=tablet") {
|
|
54
|
+
@include u.media(">=tablet") {
|
|
56
55
|
height: 100%;
|
|
57
56
|
bottom: auto;
|
|
58
57
|
border-radius: var(--fs-bp-border-radius-0);
|
|
@@ -61,7 +60,7 @@
|
|
|
61
60
|
&[data-fs-slide-over-size="partial"] {
|
|
62
61
|
width: 100%;
|
|
63
62
|
|
|
64
|
-
@include media(">=tablet") {
|
|
63
|
+
@include u.media(">=tablet") {
|
|
65
64
|
width: 30rem; // 480px
|
|
66
65
|
min-width: 3rem;
|
|
67
66
|
max-width: 100vw;
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
min-height: 4.25rem;
|
|
88
87
|
padding-left: var(--fs-bp-padding-5);
|
|
89
88
|
|
|
90
|
-
@include media(
|
|
89
|
+
@include u.media(">=tablet") {
|
|
91
90
|
padding-left: .625rem;
|
|
92
91
|
}
|
|
93
92
|
|
|
@@ -96,12 +95,12 @@
|
|
|
96
95
|
font-weight: var(--fs-bp-weight-semibold);
|
|
97
96
|
color: var(--fs-bp-color-black);
|
|
98
97
|
|
|
99
|
-
@include media(">=tablet") {
|
|
98
|
+
@include u.media(">=tablet") {
|
|
100
99
|
@include text-style('display-6');
|
|
101
100
|
}
|
|
102
101
|
|
|
103
102
|
&:first-child {
|
|
104
|
-
@include media(
|
|
103
|
+
@include u.media(">=tablet") {
|
|
105
104
|
padding-left: 3.125rem;
|
|
106
105
|
}
|
|
107
106
|
}
|
|
@@ -139,11 +138,11 @@
|
|
|
139
138
|
padding: var(--fs-bp-padding-5);
|
|
140
139
|
width: 100%;
|
|
141
140
|
|
|
142
|
-
@include media(
|
|
141
|
+
@include u.media(">=tablet") {
|
|
143
142
|
padding: var(--fs-bp-padding-8) var(--fs-bp-padding-10) 0;
|
|
144
143
|
}
|
|
145
144
|
|
|
146
|
-
@include media(
|
|
145
|
+
@include u.media(">=notebook") {
|
|
147
146
|
padding: var(--fs-bp-padding-9) var(--fs-bp-padding-12) 0;
|
|
148
147
|
}
|
|
149
148
|
}
|
|
@@ -158,7 +157,7 @@
|
|
|
158
157
|
flex-direction: column;
|
|
159
158
|
gap: var(--fs-bp-gap-5);
|
|
160
159
|
|
|
161
|
-
@include media(">=tablet") {
|
|
160
|
+
@include u.media(">=tablet") {
|
|
162
161
|
flex-direction: row;
|
|
163
162
|
padding: var(--fs-bp-padding-6) var(--fs-bp-padding-12);
|
|
164
163
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-custom-dropdown] {
|
|
2
3
|
position: relative;
|
|
3
4
|
display: inline-block;
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
line-height: var(--fs-spacing-3);
|
|
58
59
|
text-align: center;
|
|
59
60
|
|
|
60
|
-
@include media("<=tablet") {
|
|
61
|
+
@include u.media("<=tablet") {
|
|
61
62
|
min-width: 8rem;
|
|
62
63
|
}
|
|
63
64
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-header-inside] {
|
|
2
3
|
width: 100%;
|
|
3
4
|
display: flex;
|
|
@@ -7,11 +8,11 @@
|
|
|
7
8
|
box-sizing: content-box;
|
|
8
9
|
min-height: var(--fs-bp-spacing-9);
|
|
9
10
|
|
|
10
|
-
@include media(
|
|
11
|
+
@include u.media(">=tablet") {
|
|
11
12
|
padding: var(--fs-bp-padding-8) 0;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
@include media(
|
|
15
|
+
@include u.media(">=notebook") {
|
|
15
16
|
padding: var(--fs-bp-padding-9) 0;
|
|
16
17
|
}
|
|
17
18
|
|
|
@@ -30,7 +31,7 @@
|
|
|
30
31
|
text-transform: capitalize;
|
|
31
32
|
margin-right: auto;
|
|
32
33
|
|
|
33
|
-
@include media(
|
|
34
|
+
@include u.media(">=tablet") {
|
|
34
35
|
@include text-style('display-5');
|
|
35
36
|
}
|
|
36
37
|
}
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
background-color: var(--fs-bp-color-brand);
|
|
51
52
|
color: var(--fs-bp-color-white);
|
|
52
53
|
|
|
53
|
-
@include media
|
|
54
|
+
@include u.media(">=tablet") {
|
|
54
55
|
position: static;
|
|
55
56
|
margin-left: var(--fs-bp-spacing-5);
|
|
56
57
|
width: var(--fs-bp-spacing-9);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
@use "~@faststore/ui/src/styles/base/utilities" as u;
|
|
1
2
|
[data-fs-bp-pagination] {
|
|
2
|
-
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
3
3
|
@import "@faststore/ui/src/components/atoms/Loader/styles.scss";
|
|
4
4
|
@import "@faststore/ui/src/components/atoms/Skeleton/styles.scss";
|
|
5
5
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
margin-left: auto;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
@include media("<=tablet") {
|
|
28
|
+
@include u.media("<=tablet") {
|
|
29
29
|
[data-fs-buyer-portal-internal-search] {
|
|
30
30
|
width: 100% !important;
|
|
31
31
|
}
|