mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Related work items: #10, #15, #16, #1591, #1592, #1604, #1611, #1617, #1618, #1628, #1632, #1637, #1644, #1655, #1676, #1681, #1682, #1683
20 lines
312 B
SCSS
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;
|
|
}
|
|
}
|