mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 14:29:53 +00:00
16 lines
194 B
SCSS
16 lines
194 B
SCSS
:host {
|
|
display: flex;
|
|
align-items: center;
|
|
max-width: 1.25rem;
|
|
}
|
|
|
|
::ng-deep img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
::ng-deep svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|