mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 14:46:24 +00:00
12 lines
190 B
SCSS
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;
|
|
} |