Files
agent/src/components/popover/tab/layer/layer-tab.component.scss
Nejc Zdovc baaec669e0 Structural refactoring (#68)
* Moved html in scss to separate files
* Moved components to designated folders
* Moved logic from html to ts
2016-07-15 19:23:24 +02:00

12 lines
159 B
SCSS

:host {
display: flex;
margin: 0 -5px;
> span,
> select2 {
margin: 0 5px;
display: flex;
align-items: center;
}
}