mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
15 lines
356 B
SCSS
15 lines
356 B
SCSS
:host{
|
|
text-align: center;
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-image: url("/assets/background/background-circle-negative.svg");
|
|
background-size: 686px 674px;
|
|
background-position: center;
|
|
background-position-y: 0px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.message {
|
|
font-size: rem(16);
|
|
} |