Skip to content

Commit

Permalink
ENGCOM-4197: Fixed Luma theme my account Order status tabs 21070 #21071
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 14, 2019
2 parents cf58fe9 + 27c47d3 commit b03e8e0
Showing 1 changed file with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,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 @@ -693,3 +693,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 b03e8e0

Please sign in to comment.