Sha256: 48b636f6642c35308ea81aa6320ce7b3d228b030d8f3bb500495eb0ce801272b
Contents?: true
Size: 841 Bytes
Versions: 87
Compression:
Stored size: 841 Bytes
Contents
//// /// @group widgets //// $basic-background-color: #353535 !default; $basic-background-color-transparent: rgba(53, 53, 53, 0.9) !default; /// Default background color of widgets. $widget-background-color: $basic-background-color-transparent !default; /// Default text color in widgets. $widget-text-color: #fff !default; /// Default type of icons to use in widgets. $widget-icons: $standard-icons !default; /// Default options used for icon font based icons in widgets. $default-widget-icon-font-options: ( button-background-color: #dbdbdb, active-button-background-color: $main-color, button-icon-color: rgba(0, 0, 0, 0.75), active-button-icon-color: rgba(255, 255, 255, 0.9), deactivated-button-icon-color: rgba(120, 120, 120, 0.8) ); /// @see $default-widget-icon-font-options $widget-icon-font-options: () !default;
Version data entries
87 entries across 87 versions & 1 rubygems