jsketcher/modules/ui/components/controls/Button.less
2018-07-05 22:42:25 -07:00

22 lines
No EOL
327 B
Text

@import '../../styles/theme.less';
@import '../../styles/mixins.less';
.button {
line-height: 1.5;
}
.neutral, .accent, .danger {
background-color: darken(@color-neutral, 10%);
}
.neutral {
.button-behavior(@color-neutral)
}
.accent {
.button-behavior(@color-accent)
}
.danger {
.button-behavior(@color-danger)
}