File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
app/design/frontend/Magento/luma/Magento_Sales/web/css/source Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 561
561
margin : 0 @tab-control__margin-right 0 0 ;
562
562
563
563
a {
564
- padding : @tab-control__padding-top @tab-control__padding-right ;
564
+ padding : @tab-control__padding-top @indent__base ;
565
565
}
566
566
567
567
strong {
568
568
border-bottom : 0 ;
569
569
margin-bottom : -1px ;
570
- padding : @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left ;
570
+ padding : @tab-control__padding-top @indent__base @tab-control__padding-bottom + 1 @indent__base ;
571
571
}
572
572
}
573
573
}
693
693
}
694
694
}
695
695
}
696
+
697
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__l ) {
698
+ .order-links {
699
+ .item {
700
+ margin : 0 @tab-control__margin-right 0 0 ;
701
+
702
+ a {
703
+ padding : @tab-control__padding-top @tab-control__padding-right ;
704
+ }
705
+
706
+ strong {
707
+ padding : @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left ;
708
+ }
709
+ }
710
+ }
711
+ }
You can’t perform that action at this time.
0 commit comments