15 lines
171 B
SCSS
15 lines
171 B
SCSS
:host {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
}
|
|
.spinner {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.content {
|
|
padding: 0.5em;
|
|
} |