Skip to content

Commit

Permalink
ENGCOM-4133: [Backport] Fixed-checkout-tooltip-dropdown #20490
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 8, 2019
2 parents 14af3f8 + 3091990 commit 96128a5
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,32 @@
}
}
}

//
// Tablet
// _____________________________________________

@media only screen and (max-width: @screen__m) {
.field-tooltip .field-tooltip-content {
left: auto;
right: -10px;
top: 40px;
}
.field-tooltip .field-tooltip-content::before,
.field-tooltip .field-tooltip-content::after {
border: 10px solid transparent;
height: 0;
left: auto;
margin-top: -21px;
right: 10px;
top: 0;
width: 0;
}
.field-tooltip .field-tooltip-content::before {
border-bottom-color: @color-gray40;
}
.field-tooltip .field-tooltip-content::after {
border-bottom-color: @color-gray-light01;
top: 1px;
}
}

0 comments on commit 96128a5

Please sign in to comment.