Merge branch 'master' into normalize_capitalization
This commit is contained in:
commit
562af7a6a2
30 changed files with 236 additions and 171 deletions
|
@ -56,6 +56,13 @@ $hover: #fdf5d9;
|
|||
border-radius: $radius;
|
||||
}
|
||||
|
||||
@mixin bg-gradient($from, $to) {
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from($from), to($to));
|
||||
background-image: -webkit-linear-gradient($from, $to);
|
||||
background-image: -moz-linear-gradient($from, $to);
|
||||
background-image: -o-linear-gradient($from, $to);
|
||||
}
|
||||
|
||||
@mixin bg-gray-gradient {
|
||||
background:#eee;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue