Files
ISA-Frontend/apps/page/task-calendar/src/lib/modals/preinfo/preinfo-modal.component.scss
2021-05-10 16:16:40 +00:00

20 lines
312 B
SCSS

:host {
@apply flex flex-col relative;
}
h1 {
@apply text-xl font-bold text-center;
}
h3 {
@apply absolute m-0 top-0 left-0 text-regular text-active-branch uppercase;
}
button {
@apply absolute top-0 right-0 outline-none border-none bg-transparent;
ui-icon {
@apply text-inactive-branch;
}
}