Files
web/apps/scandic-web/components/ButtonLink/buttonLink.module.css
2025-03-28 06:56:08 +00:00

10 lines
193 B
CSS

.buttonLink {
border-radius: var(--Corner-radius-rounded);
border-width: 2px;
border-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}