|
12 | 12 |
|
13 | 13 | @if($ubtn-use-compass) {
|
14 | 14 | @include box-shadow(inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .15));
|
15 |
| - @include background(linear-gradient(top, lighten($ubtn-bgcolor, 5%), darken($ubtn-bgcolor, 5%))); |
| 15 | + @include background(linear-gradient(to bottom, lighten($ubtn-bgcolor, 5%), darken($ubtn-bgcolor, 5%))); |
16 | 16 | }
|
17 | 17 | @else {
|
18 | 18 | background: linear-gradient(lighten($ubtn-bgcolor, 3%), darken($ubtn-bgcolor, 5%));
|
|
21 | 21 |
|
22 | 22 | &:hover, &:focus {
|
23 | 23 | @if($ubtn-use-compass) {
|
24 |
| - @include background(linear-gradient(top, lighten($ubtn-bgcolor, 8%), darken($ubtn-bgcolor, 7%))); |
| 24 | + @include background(linear-gradient(to bottom, lighten($ubtn-bgcolor, 8%), darken($ubtn-bgcolor, 7%))); |
25 | 25 | }
|
26 | 26 | @else {
|
27 |
| - background: linear-gradient(top, lighten($ubtn-bgcolor, 8%), darken($ubtn-bgcolor, 7%)); |
| 27 | + background: linear-gradient(to bottom, lighten($ubtn-bgcolor, 8%), darken($ubtn-bgcolor, 7%)); |
28 | 28 | }
|
29 | 29 | }
|
30 | 30 |
|
|
59 | 59 | border-color: darken($ubtn-background, 5%);
|
60 | 60 |
|
61 | 61 | @if($ubtn-use-compass) {
|
62 |
| - @include background(linear-gradient(top, lighten($ubtn-background, 5%), darken($ubtn-background, 5%))); |
| 62 | + @include background(linear-gradient(to bottom, lighten($ubtn-background, 5%), darken($ubtn-background, 5%))); |
63 | 63 | }
|
64 | 64 | @else {
|
65 | 65 | background: linear-gradient(lighten($ubtn-background, 5%), darken($ubtn-background, 5%));
|
|
68 | 68 | &:hover,
|
69 | 69 | &:focus {
|
70 | 70 | @if($ubtn-use-compass) {
|
71 |
| - @include background(linear-gradient(top, lighten($ubtn-background, 8%), darken($ubtn-background, 7%))); |
| 71 | + @include background(linear-gradient(to bottom, lighten($ubtn-background, 8%), darken($ubtn-background, 7%))); |
72 | 72 | }
|
73 | 73 | @else {
|
74 |
| - background: linear-gradient(top, lighten($ubtn-background, 8%), darken($ubtn-background, 7%)); |
| 74 | + background: linear-gradient(to bottom, lighten($ubtn-background, 8%), darken($ubtn-background, 7%)); |
75 | 75 | }
|
76 | 76 | }
|
77 | 77 | &:active,
|
|
0 commit comments