Skip to content

Commit 00a43fe

Browse files
committed
Add btn-red class
1 parent 89eece1 commit 00a43fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
@apply bg-white text-dark-blue border-2 border-dark-blue w-44 py-1 rounded-md text-[16px] font-semibold
2626
}
2727

28+
.btn-red {
29+
@apply bg-red text-white border-2 border-red w-44 py-1 rounded-md text-[16px] font-semibold;
30+
}
31+
2832
.baseNav {
2933
width: 100%;
3034
height: 60px/* 80px */;

0 commit comments

Comments
 (0)