// UIkit Almost Flat
@import "themes/almost-flat/variables";
@import "themes/almost-flat/modal";
@import "themes/almost-flat/button";
@import "themes/almost-flat/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%);
