Files
commerce/src/components/common/ModalAuthenticate/components/FormAuthen.module.scss
lytrankieio123 aa32d6fe27 feat: login
:%s
2021-09-29 17:56:41 +07:00

31 lines
686 B
SCSS

@import '../../../../styles/utilities';
.formAuthen {
@apply bg-white w-full;
.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;
}
}
}
}
}