15 lines
167 B
SCSS
15 lines
167 B
SCSS
:host {
|
|
display: block;
|
|
|
|
.accounts {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.fab-container {
|
|
position: fixed;
|
|
right: 2rem;
|
|
bottom: 2rem;
|
|
z-index: 999;
|
|
}
|
|
}
|