oui-kit
Version:
> *...c'est un "kit" pour Vue.js :)*
23 lines (18 loc) • 365 B
text/stylus
@require "../../stylus/index.styl";
.oui-input-group {
use: stack-x;
button, input {
&:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
&:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none;
}
&:focus {
z-index: 1;
}
}
}