tabby/terminus-settings/src/components/multiHotkeyInput.component.scss
Eugene Pankov 125ec2b81c .
2017-04-16 20:38:42 +02:00

26 lines
257 B
SCSS

:host {
display: flex;
}
.item {
display: flex;
flex: none;
.body {
flex: none;
display: flex;
.stroke {
flex: none;
}
}
.remove {
flex: none;
}
}
.add {
flex: auto;
}