Added the ability to track when submap is enabled or disabled. (#282)
* Added submap custom module. * Captilazation is muy importante. * Add border config
This commit is contained in:
@@ -279,6 +279,33 @@
|
||||
1.2em //
|
||||
);
|
||||
|
||||
/*
|
||||
* #################################
|
||||
* # Submap Module Styling #
|
||||
* #################################
|
||||
*/
|
||||
@include styleModule(
|
||||
//
|
||||
// class name
|
||||
'submap',
|
||||
// label color
|
||||
$bar-buttons-modules-submap-text,
|
||||
// icon color
|
||||
$bar-buttons-modules-submap-icon,
|
||||
// icon background if split style is used
|
||||
$bar-buttons-modules-submap-icon_background,
|
||||
// label background
|
||||
$bar-buttons-modules-submap-background,
|
||||
// inner spacing
|
||||
$bar-buttons-modules-submap-spacing,
|
||||
// if border enabled
|
||||
$bar-buttons-modules-submap-enableBorder,
|
||||
// border color
|
||||
$bar-buttons-modules-submap-border,
|
||||
// custom font size
|
||||
1.2em //
|
||||
);
|
||||
|
||||
/*
|
||||
* #################################
|
||||
* # Weather Module Styling #
|
||||
|
||||
Reference in New Issue
Block a user