tabby/terminus-terminal/src/components/terminalTab.component.scss
2019-06-05 22:04:40 +02:00

26 lines
479 B
SCSS

:host {
flex: auto;
display: flex;
flex-direction: column;
overflow: hidden;
&.top-padded {
padding-top: 20px;
}
&> .content {
flex: auto;
position: relative;
display: block;
overflow: hidden;
margin: 15px;
transition: opacity ease-out 0.25s;
opacity: 0;
div[style]:last-child {
background: black !important;
color: white !important;
}
}
}