tabby/terminus-core/src/components/startPage.component.scss
2018-09-23 14:10:19 +02:00

37 lines
533 B
SCSS

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