Files
doneit-web/src/app/shared/popover/bad-request/bad-request.page.scss
T

15 lines
356 B
SCSS
Raw Normal View History

2021-05-24 16:49:25 +01:00
: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 {
2023-07-07 12:03:03 +01:00
font-size: rem(16);
2021-05-24 16:49:25 +01:00
}