diff --git a/src/styles/globals.css b/src/styles/globals.css index c8161d2..edcae17 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -23,57 +23,3 @@ body, .geocoder-control-suggestion:hover { background-color: #f2f2f2; } - -/* .btn { - background-color: #32aea8; - border: none; -} */ - -/* Chris' CSS edits */ -/* .btn-secondary { - color: white; -} - -.bg-white\/90 { - color: black; -} */ - -/* .btn { - @apply mb-1 mt-4 flex flex-row items-center justify-center gap-1 rounded-full px-6 py-2 text-lg no-underline shadow-xl transition ease-in-out; -} - -.btn-next { - @apply bg-yellowGreen px-6 py-2 text-blue-darker; -} - -.btn-next:hover { - @apply translate-y-1 cursor-pointer bg-lightGreen; -} - -.btn-next:disabled { - @apply translate-y-0 cursor-not-allowed border-none transition-none; -} - -.btn-back { - @apply bg-white/80 px-6 py-2 text-blue-darker; -} - -.btn-back:hover { - @apply translate-y-1 bg-white; -} - -.btn-survey-back { - @apply border-2 border-dashed border-blue-darker bg-white text-blue-darker sm:px-2 md:px-4 lg:px-6; -} - -.btn-survey-back:hover { - @apply translate-y-1 bg-blue-darker/20; -} - -.btn-polis { - @apply w-full rounded-full bg-white/80 text-blue-darker sm:px-2 md:px-4 lg:px-6; -} - -.btn-polis:hover { - @apply translate-y-1 bg-white; -} */