diff --git a/components/app/desktop/header/Index.vue b/components/app/desktop/header/Index.vue index 160bf0d..2a4968a 100644 --- a/components/app/desktop/header/Index.vue +++ b/components/app/desktop/header/Index.vue @@ -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; } } diff --git a/public/Frame22.jpg b/public/Frame22.jpg new file mode 100644 index 0000000..d319340 Binary files /dev/null and b/public/Frame22.jpg differ