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