Fix alignment in login-view
This commit is contained in:
@@ -26,10 +26,11 @@
|
||||
.btn {
|
||||
@apply min-w-24 w-full;
|
||||
@apply p-4;
|
||||
@apply flex flex-nowrap gap-4 items-center justify-center ;
|
||||
@apply flex flex-nowrap gap-4 items-center justify-center;
|
||||
@apply rounded-lg;
|
||||
@apply capitalize text-base font-sans font-medium;
|
||||
@apply w-fit px-10;
|
||||
@apply px-10;
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
|
||||
button.primary {
|
||||
|
||||
Reference in New Issue
Block a user