mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-12 00:09:10 +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;
|
|
}
|