GX-Bug #45845 » FooterPrimaryColorFix.patch
src/templates/Honeygrid/styles/modules/_footer.scss (revision ) | ||
---|---|---|
73 | 73 |
.btn { |
74 | 74 |
margin-bottom: floor($grid-gutter-width / 2); |
75 | 75 |
} |
76 |
.btn { |
|
77 |
@include button-variant(#fff, #ff9000, darken(#ff9000, 5%)); |
|
78 |
} |
|
79 | 76 |
} |
80 | 77 |
} |
81 | 78 |
|