Skip to content

Commit

Permalink
Changed button css to use green pixel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Mortega committed May 30, 2019
1 parent b4597dd commit c315071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/sass/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@
display: block;
}
&-green {
// button-style - BG-color, border-color, active bg-color, active border-color, text color
@include button-style(#15d6a0, #11A87E, #15d6a0, #11A87E, #FFF);
background: -moz-linear-gradient(top, #15d6a0 0%, #0ac18e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #15d6a0 0%,#0ac18e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #15d6a0 0%,#0ac18e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background: url(../img/green_px.png);
background-repeat: repeat;
border: 1px;
}
&-white {
Expand Down
Binary file added www/img/green_px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c315071

Please sign in to comment.