Files
agent/src/components/popover/tab/layer/layer-tab.component.scss
2016-12-15 22:02:48 +01:00

23 lines
337 B
SCSS

:host {
display: flex;
margin: 0 -5px;
&.no-base {
justify-content: center;
}
> span,
> select {
margin: 0 5px;
display: flex;
align-items: center;
}
}
select {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
padding: 4px 20px 4px 8px;
}