diff --git a/app/components/Form/PayForm.js b/app/components/Form/PayForm.js index 0ba33c13..725d312e 100644 --- a/app/components/Form/PayForm.js +++ b/app/components/Form/PayForm.js @@ -108,7 +108,7 @@ class PayForm extends Component {
-
Pay
+
Pay
) diff --git a/app/components/Form/PayForm.scss b/app/components/Form/PayForm.scss index bc4163ce..541b7c01 100644 --- a/app/components/Form/PayForm.scss +++ b/app/components/Form/PayForm.scss @@ -156,21 +156,12 @@ overflow: hidden; .button { - 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; - opacity: 0.5; - cursor: default; + margin-bottom: 20px; + font-weight: bold; + cursor: pointer; + text-transform: uppercase; + letter-spacing: .2px; &:first-child { border-right: 1px solid lighten($main, 20%);