mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00
25 lines
353 B
SCSS
25 lines
353 B
SCSS
:host {
|
|
background: #000000bf;
|
|
padding: 5px 15px 5px 15px;
|
|
display: flex;
|
|
z-index: 3;
|
|
}
|
|
|
|
.content {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.drag-handle {
|
|
margin: 0 10px 0 0;
|
|
cursor: move;
|
|
opacity: .3;
|
|
}
|
|
|
|
::ng-deep .btn {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|