mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
cb8ba776e2
* refactor: remove info panel * feat: editor panel * wip: event info in drawer * chore: update tests * chore: add scss to processor
13 lines
216 B
SCSS
13 lines
216 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;
|
|
transform: rotate(45deg);
|
|
}
|