|
| 1 | +/* .icono-caret-left */ |
| 2 | +.icono-caret-right, .icono-caret-left { |
| 3 | + height: 19px; |
| 4 | + width: 19px; |
| 5 | +} |
| 6 | + |
| 7 | +.icono-caret-right:before, |
| 8 | +.icono-caret-right:after, |
| 9 | +.icono-caret-left:before, |
| 10 | +.icono-caret-left:after { |
| 11 | + bottom: 1px; |
| 12 | + box-shadow: inset 0 0 0 32px; |
| 13 | + height: 2px; |
| 14 | + margin: auto 0; |
| 15 | + position: absolute; |
| 16 | + right: 6px; |
| 17 | + transform-origin: right; |
| 18 | + width: 8px; |
| 19 | +} |
| 20 | + |
| 21 | +.icono-caret-right:before, .icono-caret-left:before { |
| 22 | + top: 2px; |
| 23 | + -moz-transform: rotate(45deg); |
| 24 | + -ms-transform: rotate(45deg); |
| 25 | + -o-transform: rotate(45deg); |
| 26 | + -webkit-transform: rotate(45deg); |
| 27 | + transform: rotate(45deg); |
| 28 | +} |
| 29 | + |
| 30 | +.icono-caret-right:after, .icono-caret-left:after { |
| 31 | + top: 0; |
| 32 | + -moz-transform: rotate(-45deg); |
| 33 | + -ms-transform: rotate(-45deg); |
| 34 | + -o-transform: rotate(-45deg); |
| 35 | + -webkit-transform: rotate(-45deg); |
| 36 | + transform: rotate(-45deg); |
| 37 | +} |
| 38 | + |
| 39 | +.icono-caret-left { |
| 40 | + -moz-transform: rotate(180deg); |
| 41 | + -ms-transform: rotate(180deg); |
| 42 | + -o-transform: rotate(180deg); |
| 43 | + -webkit-transform: rotate(180deg); |
| 44 | + transform: rotate(180deg); |
| 45 | +} |
| 46 | + |
| 47 | +[class*="icono-"] { |
| 48 | + direction: ltr; |
| 49 | + display: inline-block; |
| 50 | + font-style: normal; |
| 51 | + position: relative; |
| 52 | + text-align: left; |
| 53 | + text-indent: -9999px; |
| 54 | + vertical-align: middle; |
| 55 | +} |
| 56 | + |
| 57 | +[class*="icono-"]:before, |
| 58 | +[class*="icono-"]:after { |
| 59 | + content: ""; |
| 60 | + pointer-events: none; |
| 61 | +} |
| 62 | + |
| 63 | +[class*="icono-"], |
| 64 | +[class*="icono-"] * { |
| 65 | + box-sizing: border-box; |
| 66 | +} |
0 commit comments