Files
lena-schilling-website/packages/base/Resources/Public/Scss/components/_buttons.scss
Dominik Polakovics 58d041c473
Some checks failed
Build / deploy-stage (push) Blocked by required conditions
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Has been cancelled
feat: change button design, change textpic mobile layout
2024-12-14 02:17:09 +01:00

10 lines
197 B
SCSS

.btn {
background-color: var(--bs-primary);
color: var(--bs-yellow);
font-family: 'Inter', sans-serif;
border-radius: .5rem;
padding: 0.75rem 1.5rem;
border: none;
cursor: pointer;
}