File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed
app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 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
+ */
5
5
6
6
.customer_form_areas_address_address_customer_address_update_modal_update_customer_address_form_loader {
7
7
.admin__field {
89
89
}
90
90
}
91
91
}
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
+ }
You can’t perform that action at this time.
0 commit comments