ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
25 lines (21 loc) • 427 B
text/less
/* ButtonColors.css */
.onyx-button.onyx-blue {
background-color: #35A8EE;
color: #F2F2F2;
}
.onyx-button.onyx-affirmative {
background-color: #91BA07;
color: #F2F2F2;
}
.onyx-button.onyx-negative {
background-color: #C51616;
color: #F2F2F2;
}
.onyx-button.onyx-dark {
background-color: @onyx-dark-background;
color: #F2F2F2;
}
.onyx-button.onyx-light {
background-color: @onyx-light-background;
color: #2F2F2F;
}