Commit fb20835c2b040ec82d122cc09b46fd0ca9233efd
1 parent
5193b6ca
Exists in
master
and in
2 other branches
Changing breadcrumbs arrow orientation
Showing
1 changed file
with
9 additions
and
7 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -316,9 +316,11 @@ | @@ -316,9 +316,11 @@ | ||
316 | .breadcrumb > li + li:last-child::before { | 316 | .breadcrumb > li + li:last-child::before { |
317 | display: inline-block; | 317 | display: inline-block; |
318 | padding: 0 5px; | 318 | padding: 0 5px; |
319 | - content: "\232A"; | ||
320 | - font-size: 15px; | 319 | + content: "\2039"; |
320 | + font-size: 30px; | ||
321 | font-style: normal; | 321 | font-style: normal; |
322 | + line-height: 15px; | ||
323 | + vertical-align: text-top; | ||
322 | -webkit-transition: all 200ms linear; | 324 | -webkit-transition: all 200ms linear; |
323 | -moz-transition: all 200ms linear; | 325 | -moz-transition: all 200ms linear; |
324 | -ms-transition: all 200ms linear; | 326 | -ms-transition: all 200ms linear; |
@@ -346,11 +348,11 @@ | @@ -346,11 +348,11 @@ | ||
346 | } | 348 | } |
347 | 349 | ||
348 | input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li + li:last-child::before { | 350 | input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li + li:last-child::before { |
349 | - -webkit-transform: rotate(90deg); | ||
350 | - -moz-transform: rotate(90deg); | ||
351 | - -ms-transform: rotate(90deg); | ||
352 | - -o-transform: rotate(90deg); | ||
353 | - transform: rotate(90deg); | 351 | + -webkit-transform: rotate(-90deg); |
352 | + -moz-transform: rotate(-90deg); | ||
353 | + -ms-transform: rotate(-90deg); | ||
354 | + -o-transform: rotate(-90deg); | ||
355 | + transform: rotate(-90deg); | ||
354 | } | 356 | } |
355 | 357 | ||
356 | input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) { | 358 | input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) { |