mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-17 09:59:58 +00:00
37 lines
533 B
SCSS
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;
|
|
}
|