mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-15 03:41:22 +00:00
23 lines
426 B
SCSS
23 lines
426 B
SCSS
/*! _button.scss */
|
|
///
|
|
/// Project SOGo
|
|
/// Version 3.alpha
|
|
/// Component button
|
|
///
|
|
/// Definitions for button extends
|
|
///
|
|
@import 'extends';
|
|
|
|
// Buttons for the sidenav folder tree
|
|
// ------------------------------------
|
|
sg-folder-tree .md-button {
|
|
outline: none;
|
|
color: inherit;
|
|
font-size: sg-size(button);
|
|
padding: 0;
|
|
-webkit-font-smoothing: auto;
|
|
|
|
}
|
|
.sg-active .md-button {
|
|
color: sg-color($sogoBlue, 800);
|
|
} |