2016-01-08 15:12:25 +05:30
|
|
|
@import '~icons.font.json';
|
|
|
|
|
|
|
|
.arrowLeft {
|
|
|
|
composes: arrow;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
transform: rotate(90deg);
|
|
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2016-05-20 01:11:43 +05:30
|
|
|
|
|
|
|
.arrowTop {
|
|
|
|
composes: arrow;
|
|
|
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.arrowBottom {
|
|
|
|
composes: arrow;
|
|
|
|
}
|