diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 34df756..53fac2e 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -106,6 +106,9 @@ color: #083e87; width: 100%; margin: 20px 0; + font-size: 24px; + font-style: italic; + font-weight: bold; img { width: 100%; @@ -214,7 +217,7 @@ margin: 0 0 20px 10px; } .subtitle { - color: rgb(163, 163, 163); + color: #333; } .vote-actions { .like { @@ -229,19 +232,19 @@ background-image: url(./images/dislike.png); } .skip { - display: block; font-weight: bolder; - font-size: x-large; - background-color: #00a9bd; + font-size: 14px; + text-transform: uppercase; + background-color: $color; color: white; - width: 15%; - margin-top: 4%; - text-decoration: none; + width: 60%; + border: none; + margin: 20px auto; border-radius: 6px; text-align: center; - margin-left: auto; - padding: 10px; - margin-right: auto; + text-decoration: none; + padding: 20px; + display: block; } } } -- libgit2 0.21.2