Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 9d4fd36

Browse files
author
Manuel Proß
committed
feat(FE): add primary button class
1 parent 48ad0b9 commit 9d4fd36

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

web/src/styles/_btns.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.btn-primary {
2+
@apply border-solid border-[1px] rounded-xl border-secondary text-secondary py-3 px-6 transition-all hover:bg-secondary hover:text-white;
3+
}

web/src/styles/globals.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import './components.scss';
22
@import './text.scss';
3+
@import './btns.scss';
34
@tailwind base;
45
@tailwind components;
56
@tailwind utilities;

0 commit comments

Comments
 (0)