mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
21 lines
348 B
SCSS
21 lines
348 B
SCSS
@import '@taiga-ui/core/styles/taiga-ui-local';
|
|
|
|
:host {
|
|
@include shadow(3);
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
max-width: 80%;
|
|
margin: auto;
|
|
padding: 1.5rem;
|
|
background: var(--tui-elevation-01);
|
|
border-radius: var(--tui-radius-m);
|
|
|
|
--tui-primary: var(--tui-warning-fill);
|
|
}
|
|
|
|
tui-loader {
|
|
flex-shrink: 0;
|
|
min-width: 2rem;
|
|
}
|