We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eece1 commit 00a43feCopy full SHA for 00a43fe
src/styles/globals.css
@@ -25,6 +25,10 @@
25
@apply bg-white text-dark-blue border-2 border-dark-blue w-44 py-1 rounded-md text-[16px] font-semibold
26
}
27
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
+
32
.baseNav {
33
width: 100%;
34
height: 60px/* 80px */;
0 commit comments