Skip to content

Commit

Permalink
ENGCOM-4285: [Backport] Fixed Luma theme my account Order status tabs…
Browse files Browse the repository at this point in the history
… 21070 #21250
  • Loading branch information
sidolov authored Feb 15, 2019
2 parents 7390453 + ac0b865 commit b572676
Showing 1 changed file with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,13 @@
margin: 0 @tab-control__margin-right 0 0;

a {
padding: @tab-control__padding-top @tab-control__padding-right;
padding: @tab-control__padding-top @indent__base;
}

strong {
border-bottom: 0;
margin-bottom: -1px;
padding: @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left;
padding: @tab-control__padding-top @indent__base @tab-control__padding-bottom + 1 @indent__base;
}
}
}
Expand Down Expand Up @@ -687,3 +687,19 @@
}
}
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__l) {
.order-links {
.item {
margin: 0 @tab-control__margin-right 0 0;

a {
padding: @tab-control__padding-top @tab-control__padding-right;
}

strong {
padding: @tab-control__padding-top @tab-control__padding-right @tab-control__padding-bottom + 1 @tab-control__padding-left;
}
}
}
}

0 comments on commit b572676

Please sign in to comment.