diff --git a/app/components/Form/RequestForm.js b/app/components/Form/RequestForm.js index 5bf43bd1..0f793e45 100644 --- a/app/components/Form/RequestForm.js +++ b/app/components/Form/RequestForm.js @@ -38,7 +38,7 @@ const RequestForm = ({ />
-
+
Request
diff --git a/app/components/Form/RequestForm.scss b/app/components/Form/RequestForm.scss index 06899c57..f81caaa5 100644 --- a/app/components/Form/RequestForm.scss +++ b/app/components/Form/RequestForm.scss @@ -89,20 +89,12 @@ overflow: hidden; .button { - cursor: pointer; - height: 55px; - min-height: 55px; - text-transform: none; - font-size: 18px; - transition: opacity .2s ease-out; - background: $main; - color: $white; - border: none; - font-weight: 500; - padding: 0; width: 100%; - text-align: center; - line-height: 55px; + margin-bottom: 20px; + font-weight: bold; + cursor: pointer; + text-transform: uppercase; + letter-spacing: .2px; &:first-child { border-right: 1px solid lighten($main, 20%);