Skip to content

Commit

Permalink
Upgrade for Laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrulyNatives committed Feb 5, 2017
1 parent bc8a4e0 commit 9a4a554
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require":{
"php":">=5.4.0",
"illuminate/support":"5.3.0"
"php": ">=5.6.4",
"illuminate/support": ">=5.4.0"
},
"require-dev":{
"phpunit/phpunit":"4.8.*",
Expand Down
2 changes: 1 addition & 1 deletion public/css/unrulynatives_attitudes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions public/css/unrulynatives_attitudes.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ font-family: 'FontAwesome';
}


.un_attitude_icons2 input:checked + label{
background: @alert2;
}





.un_attitude_icons1 label:before
{
Expand Down

0 comments on commit 9a4a554

Please sign in to comment.