mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-21 20:09:53 +00:00
16 lines
225 B
SCSS
16 lines
225 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: auto;
|
|
|
|
>.btn-block {
|
|
margin: 20px;
|
|
width: auto;
|
|
flex: none;
|
|
}
|
|
|
|
>.modal-body {
|
|
padding: 0 0 20px !important;
|
|
}
|
|
}
|