oui-kit
Version:
> *...c'est un "kit" pour Vue.js :)*
40 lines (32 loc) • 582 B
text/stylus
@require "../../stylus/index.styl";
.oui {
oui-form();
&-input-container {
use: stack-x;
padding-x: 0;
input {
use: stack-item-grow;
width: auto;
padding-x: 8;
}
button {
cursor: pointer;
padding-x: 8;
}
svg {
display: flex;
flex-shrink: 0;
flex-grow: 0;
size: 1em;
}
}
/* https://vueuse.org/core/useTextareaAutosize/ */
&-textarea._autosize {
resize: none;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
}