Ver código fonte

button ajdust

dev
Pavle Golubovic 3 anos atrás
pai
commit
e6c24f88bc

+ 1
- 1
frontend/src/components/root/CustomLink.jsx Ver arquivo

// {context} // {context}
// </a> // </a>
<Link {...{ <Link {...{
className: 'btn-primary w-fit items-center px-[72px] py-[14px] n-paragraph-title text-white rounded-[16px]' ,
className: 'btn-primary w-fit items-center n-paragraph-title text-white rounded-[16px]' ,
to: href, to: href,
target: '_blank', target: '_blank',
...(downloadFile && {download: downloadFile}), ...(downloadFile && {download: downloadFile}),

+ 2
- 2
frontend/src/styles/buttons.css Ver arquivo

} }


.btn-primary { .btn-primary {
@apply px-64p py-20p text-center
@apply px-32p py-20p sm:px-64p text-center
text-btn uppercase font-semibold rounded-16 border-transparent cursor-pointer bg-gradient-to-r from-dg-secondary to-dg-primary-900 transition-all hover:bg-gradient-to-r hover:to-dg-secondary hover:from-dg-primary-900 hover:transition-all text-white; text-btn uppercase font-semibold rounded-16 border-transparent cursor-pointer bg-gradient-to-r from-dg-secondary to-dg-primary-900 transition-all hover:bg-gradient-to-r hover:to-dg-secondary hover:from-dg-primary-900 hover:transition-all text-white;
} }
.btn-secondary { .btn-secondary {
@apply px-64p py-20p text-center
@apply px-32p py-20p sm:px-64p text-center
text-btn uppercase font-semibold rounded-16 cursor-pointer border-2 border-dg-primary-400 transition-all hover:transition-all text-dg-primary-900; text-btn uppercase font-semibold rounded-16 cursor-pointer border-2 border-dg-primary-400 transition-all hover:transition-all text-dg-primary-900;
} }
.contact-us-link { .contact-us-link {

Carregando…
Cancelar
Salvar