mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
18 lines
No EOL
284 B
Text
18 lines
No EOL
284 B
Text
@import '../../styles/theme';
|
|
@import '../../styles/mixins';
|
|
|
|
.neutral, .accent, .danger {
|
|
background-color: darken(@color-neutral, 10%);
|
|
}
|
|
|
|
.neutral {
|
|
.button-behavior(@color-neutral)
|
|
}
|
|
|
|
.accent {
|
|
.button-behavior(@color-accent)
|
|
}
|
|
|
|
.danger {
|
|
.button-behavior(@color-danger)
|
|
} |