change login button size
This commit is contained in:
@@ -79,18 +79,18 @@ const overlay = (event, is) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@apply border-[#CCCCCC] h-12 rounded-[0.6rem] #{!important};
|
@apply border-[#CCCCCC] h-10 w-10 rounded-[0.4rem] #{!important};
|
||||||
|
|
||||||
.p-button-label {
|
.p-button-label {
|
||||||
@apply text-lg font-medium font-vazir whitespace-nowrap;
|
@apply font-medium font-vazir whitespace-nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-button-icon {
|
.p-button-icon {
|
||||||
@apply text-[#333333] text-2xl;
|
@apply text-[#333333] text-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
@apply pl-6 #{!important};
|
@apply pl-4 #{!important};
|
||||||
|
|
||||||
.p-button-icon {
|
.p-button-icon {
|
||||||
@apply ml-2.5;
|
@apply ml-2.5;
|
||||||
@@ -108,9 +108,9 @@ const overlay = (event, is) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.not-logged {
|
.not-logged {
|
||||||
@apply w-40 text-white p-2 #{!important};
|
@apply w-36 text-white p-2 #{!important};
|
||||||
.p-button-icon {
|
.p-button-icon {
|
||||||
@apply text-white text-2xl;
|
@apply text-white text-xl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.9 MiB |
Reference in New Issue
Block a user