tabby/tabby-core/src/components/startPage.component.scss
2021-06-29 23:57:04 +02:00

32 lines
452 B
SCSS

:host {
display: flex;
flex-direction: column;
flex: auto;
overflow-y: auto;
}
:host > div {
flex: none;
margin: auto;
width: 300px;
max-width: 100vw;
display: flex;
flex-direction: column;
}
.tabby-title {
margin: 0 0 60px;
}
footer {
flex: none;
padding: 20px 30px;
background: rgba(0,0,0,.5);
}
.list-group-item ::ng-deep svg {
width: 16px;
height: 16px;
margin-right: 10px;
}