Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelnascimento authored Jun 10, 2019
1 parent 3b9e854 commit 669b494
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ body {
$green: #1ECD97;
$gray: #bbbbbb;

@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;

src: url('https://cdn.jsdelivr.net/npm/[email protected]/slick/fonts/slick.eot');
src: url('https://cdn.jsdelivr.net/npm/[email protected]/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/npm/[email protected]/slick/fonts/slick.woff') format('woff'), url('https://cdn.jsdelivr.net/npm/[email protected]/slick/fonts/slick.ttf') format('truetype'), url('https://cdn.jsdelivr.net/npm/[email protected]/slick/fonts/slick.svg#slick') format('svg');
}

input[type=email], input[type=text]{
padding: .375rem .75rem;
margin: .375rem;
Expand Down

0 comments on commit 669b494

Please sign in to comment.