Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fix css harcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
hypernikao committed Aug 29, 2017
1 parent ac6f87e commit 5e9eca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions live/app/styles/pages/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
}

.index-page-hero__inscription-link {
background-color: #3d68ff;
color: white;
background-color: $pix-blue;
color: $white;
border-radius: 25px;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
text-align: center;
font-size: 13px;
font-family: "Lato", Arial, sans-serif;
font-family: $font-lato;
text-transform: uppercase;
letter-spacing: 1px;
padding: 11px 35px;
Expand Down

0 comments on commit 5e9eca2

Please sign in to comment.