change login button size

This commit is contained in:
HAM!DREZA
2024-10-28 11:27:03 +03:30
parent 5a0b4bf3f2
commit d8b2dd2378
2 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -79,18 +79,18 @@ const overlay = (event, is) => {
}
button {
@apply border-[#CCCCCC] h-12 rounded-[0.6rem] #{!important};
@apply border-[#CCCCCC] h-10 w-10 rounded-[0.4rem] #{!important};
.p-button-label {
@apply text-lg font-medium font-vazir whitespace-nowrap;
@apply font-medium font-vazir whitespace-nowrap;
}
.p-button-icon {
@apply text-[#333333] text-2xl;
@apply text-[#333333] text-xl;
}
&:first-child {
@apply pl-6 #{!important};
@apply pl-4 #{!important};
.p-button-icon {
@apply ml-2.5;
@@ -108,9 +108,9 @@ const overlay = (event, is) => {
}
.not-logged {
@apply w-40 text-white p-2 #{!important};
@apply w-36 text-white p-2 #{!important};
.p-button-icon {
@apply text-white text-2xl;
@apply text-white text-xl;
}
}