mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 00:11:22 +00:00
16 lines
385 B
SCSS
16 lines
385 B
SCSS
///
|
|
///
|
|
/// @filename _bottombar.scss
|
|
/// @project SOGo
|
|
/// @version 3.alpha
|
|
///
|
|
/// Main botttombar module file define style for component bottombar, manly an extension of bottombar
|
|
///
|
|
///
|
|
|
|
@import 'components/toolbar/toolbar.scss'; // todo : remove when settings are done
|
|
@import "mixins";
|
|
@import "extends";
|
|
@import "bottombar-theme";
|
|
// -----------------------------------------
|