* Moved html in scss to separate files * Moved components to designated folders * Moved logic from html to ts
12 lines
159 B
SCSS
12 lines
159 B
SCSS
:host {
|
|
display: flex;
|
|
margin: 0 -5px;
|
|
|
|
> span,
|
|
> select2 {
|
|
margin: 0 5px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|