Skip to content

Commit 5777aa5

Browse files
committed
Merge remote-tracking branch 'origin/AC-13200' into spartans_pr_25022025
2 parents f95f7cf + a7e8309 commit 5777aa5

File tree

1 file changed

+27
-4
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source

1 file changed

+27
-4
lines changed

app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source/_module.less

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// /**
2-
// * Copyright © Magento, Inc. All rights reserved.
3-
// * See COPYING.txt for license details.
4-
// */
1+
/**
2+
* Copyright 2014 Adobe
3+
* All Rights Reserved.
4+
*/
55

66
.customer_form_areas_address_address_customer_address_update_modal_update_customer_address_form_loader {
77
.admin__field {
@@ -89,3 +89,26 @@
8989
}
9090
}
9191
}
92+
93+
& when (@media-target = 'all') {
94+
95+
@media all and (min-width: @screen__l) {
96+
.customer-index-edit {
97+
.page-actions-buttons {
98+
button {
99+
font-size: 1rem;
100+
}
101+
}
102+
}
103+
}
104+
105+
@media all and (min-width: @screen__xl) {
106+
.customer-index-edit {
107+
.page-actions-buttons {
108+
button {
109+
font-size: 1.6rem;
110+
}
111+
}
112+
}
113+
}
114+
}

0 commit comments

Comments
 (0)