oui-kit
Version:
> *...c'est un "kit" pour Vue.js :)*
23 lines (19 loc) • 328 B
text/stylus
@require "../../stylus/index.styl";
.oui-card {
border: 1px solid var(--t3-bg);
border-radius: 8;
background: var(--s2-bg);
use: stack-y;
&-header {
font-weight: 600;
margin-bottom: 12;
margin: 16;
margin-bottom: 0;
}
&-body {
margin: 16;
}
&-header + &-body {
margin-top: 12;
}
}