Files
sogo/UI/WebServerResources/scss/components/button/_button.scss
2015-06-11 15:57:06 -04:00

12 lines
190 B
SCSS

/*! _button.scss */
///
/// Project SOGo
/// Version 3.alpha
/// Component button
///
/// Definitions for button extends
///
@import 'extends';
.sg-active button {
color: $primary-color;
}