File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
app/design/frontend/Magento/blank/web/css/source Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
22
22
.product.data.items {
23
- .lib-data-tabs (
24
- @_tab-content-border-top-status : true
25
- );
23
+ .lib-data-tabs ();
26
24
}
27
25
}
28
26
Original file line number Diff line number Diff line change 15
15
@font-family-name__base : ' Open Sans' ;
16
16
@font-family__base : @font-family-name__base , @font-family__sans-serif ;
17
17
18
+ //
19
+ // Sections variables
20
+ // _____________________________________________
21
+
22
+ //
23
+ // Tabs
24
+ // ---------------------------------------------
25
+ @tab-content__border-top-status : true ;
26
+
27
+
18
28
//
19
29
// Sidebar
20
30
// ---------------------------------------------
You can’t perform that action at this time.
0 commit comments