4 lines
83 B
CSS
4 lines
83 B
CSS
|
.login-box {
|
||
|
@apply .bg-white .shadow-lg .rounded-lg .pt-10 .px-8 .pb-6 .mb-4;
|
||
|
}
|