diff --git a/src/components/bars/SubmitBar/styles.scss b/src/components/bars/SubmitBar/styles.scss index 9d6cd3dd..83b9ce01 100644 --- a/src/components/bars/SubmitBar/styles.scss +++ b/src/components/bars/SubmitBar/styles.scss @@ -16,7 +16,7 @@ } .button { - background: $red; + background: $red_gradient; width: $bar_height; height: $bar_height; border-radius: $bar_height / 2; diff --git a/src/components/containers/PageCover/styles.scss b/src/components/containers/PageCover/styles.scss index 4ad4866e..2816ba7b 100644 --- a/src/components/containers/PageCover/styles.scss +++ b/src/components/containers/PageCover/styles.scss @@ -27,4 +27,8 @@ height: 100%; background: url(~/sprites/dots.svg) rgba(0, 0, 0, 0.5); } + + @include tablet { + display: none; + } } diff --git a/src/styles/colors.scss b/src/styles/colors.scss index 588e0d1a..e10897b8 100644 --- a/src/styles/colors.scss +++ b/src/styles/colors.scss @@ -1,5 +1,5 @@ // $red: #ff3344; -$red: #ff6553; +$red: #ff3344; $yellow: #ffd60f; $dark_blue: #3c75ff; $blue: #3ca1ff; @@ -10,7 +10,7 @@ $orange: #ff7549; $grass: #41800d; $wisegreen: #007962; -$red_gradient: linear-gradient(165deg, $red, #ea057c 100%); +$red_gradient: linear-gradient(165deg, $orange -50%, $red 150%); $blue_gradient: linear-gradient(170deg, $green, $dark_blue); $green_gradient: linear-gradient( 170deg,