Files
bewell-in-ua/components/pages/cart/cart.module.scss
2025-03-11 02:54:09 +02:00

49 lines
1.1 KiB
SCSS

.bwOrderForm {
& > h2, & > h3 {
@apply text-center text-brand-violet text-2xl;
}
[role="tablist"] {
@apply bg-transparent rounded-none shadow-none m-0 pb-5 border-b-2 border-brand-violet h-[unset];
button {
@apply justify-start rounded-none font-normal text-xl pl-0;
}
[data-state=active] {
@apply text-brand-violet shadow-none;
}
[data-state=inactive] {
@apply text-gray-600 ;
}
}
}
.registeredForm{
/*@apply bg-brand-yellow-100;*/
& > h2, & > h3 {
@apply text-brand-violet text-2xl mt-9 mb-2;
}
fieldset {
@apply md:flex md:items-start md:justify-between md:gap-8
}
label {
@apply text-lg font-normal block mt-8 leading-none;
}
input {
@apply border-t-0 border-r-0 border-l-0 border-stone-400 rounded-none text-foreground text-lg p-0;
}
textarea {
@apply min-h-[72px] w-full border-b border-stone-400 p-2 ;
}
[role="combobox"] {
@apply w-full text-lg pl-0 text-foreground border-t-0 h-[unset] pb-2 border-r-0 border-l-0 rounded-none shadow-none border-stone-400;
}
}