Files
commerce/src/components/common/ModalAuthenticate/components/FormAuthen.module.scss
lytrankieio123 37197743ce 🎨 styles: modal create user info
:%s
2021-08-30 11:10:23 +07:00

31 lines
693 B
SCSS

@import '../../../../styles/utilities';
.formAuthen {
@apply bg-white w-full u-form;
.inner {
@screen md {
width: 60rem;
margin: auto;
}
.others {
@apply font-bold text-center;
margin-top: 4rem;
span {
@apply text-active;
margin-right: 0.8rem;
}
button {
all: unset;
@apply text-primary cursor-pointer;
&:focus-visible {
outline: 2px solid #000;
}
&:focus {
outline: none;
}
}
}
}
}