Sha256: 6a031b90f768535c44757d0385538a7278d19398af75d0e11eadcd86f62debf1

Contents?: true

Size: 823 Bytes

Versions: 5

Compression:

Stored size: 823 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 text color in widgets.
$widget-text-color: #fff;

/// 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

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-0.11.4 app/assets/stylesheets/pageflow/themes/default/variables/widgets.scss
pageflow-0.11.3 app/assets/stylesheets/pageflow/themes/default/variables/widgets.scss
pageflow-0.11.2 app/assets/stylesheets/pageflow/themes/default/variables/widgets.scss
pageflow-0.11.1 app/assets/stylesheets/pageflow/themes/default/variables/widgets.scss
pageflow-0.11.0 app/assets/stylesheets/pageflow/themes/default/variables/widgets.scss