// UIkit Gradient
@import "themes/gradient/variables";
@import "themes/gradient/modal";
@import "themes/gradient/button";
@import "themes/gradient/close";

// Fixes
@modal-z-index: 999999999999;
@button-large-line-height: 1.6em;
@button-hover-background: darken(@button-background, 10%);
@button-primary-hover-background: darken(@button-primary-background, 10%);
@button-success-hover-background: darken(@button-success-background, 10%);
@button-danger-hover-background: darken(@button-danger-background, 10%);
