mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 00:43:54 +00:00
13 lines
219 B
SCSS
13 lines
219 B
SCSS
@use "../../../theme/mixins" as *;
|
|
|
|
.link {
|
|
@include action-link;
|
|
font-size: $inner-section-text-size;
|
|
}
|
|
|
|
.linkIcon {
|
|
margin-left: $element-inner-spacing;
|
|
display: inline-block;
|
|
@include rotate-fourty-five;
|
|
}
|