Loan Laux efdddc2c23
relocate @components/checkout/* to provider
Signed-off-by: Loan Laux <loan@outgrow.io>
2021-05-30 17:39:49 +04:00

26 lines
425 B
CSS

.root {
@apply h-full flex flex-col relative w-full relative;
}
.fieldset {
@apply flex flex-col my-3;
}
.fieldset .label {
@apply text-accent-7 uppercase text-xs font-medium mb-2;
}
.fieldset .input,
.fieldset .select {
@apply p-2 border border-accent-3 w-full text-sm font-normal;
}
.fieldset .input:focus,
.fieldset .select:focus {
@apply outline-none shadow-outline-normal;
}
.radio {
@apply bg-black;
}