20 lines
250 B
SCSS
20 lines
250 B
SCSS
:host {
|
|
height: 100%;
|
|
}
|
|
|
|
.message {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 10%;
|
|
}
|
|
|
|
.message a {
|
|
color: var(--primary-text-color, white);
|
|
}
|
|
|
|
span {
|
|
padding: 10px;
|
|
} |