mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-07 00:29:19 +05:30
11 lines
145 B
SCSS
11 lines
145 B
SCSS
|
@import '~icons.font.json';
|
||
|
|
||
|
.arrowLeft {
|
||
|
composes: arrow;
|
||
|
|
||
|
display: inline-block;
|
||
|
transform: rotate(90deg);
|
||
|
|
||
|
font-size: 24px;
|
||
|
}
|