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 30397ee commit 7b17013
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ 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');
.slick-prev:before, .slick-next:before {
color: #000;
}

input[type=email], input[type=text]{
Expand Down

0 comments on commit 7b17013

Please sign in to comment.