Sha256: e8badcfd92026afd47e0299b5f4547a4b7d7a2d2fa51038bc3cb628b908dd582

Contents?: true

Size: 733 Bytes

Versions: 46

Compression:

Stored size: 733 Bytes

Contents

// Define custom properties as css color variables

:root{
  --primary: #{$primary};
  --primary-rgb: #{$primary-rgb};
  --secondary: #{$secondary};
  --secondary-rgb: #{$secondary-rgb};
  --success: #{$success};
  --success-rgb: #{$success-rgb};
  --warning: #{$warning};
  --warning-rgb: #{$warning-rgb};
  --alert: #{$alert};
  --alert-rgb: #{$alert-rgb};
  --highlight: #{$highlight};
  --highlight-rgb: #{$highlight-rgb};
  --highlight-alternative: #{$highlight-alternative};
  --highlight-alternative-rgb: #{$highlight-alternative-rgb};
  --proposals: #{$proposals};
  --actions: #{$actions};
  --debates: #{$debates};
  --meetings: #{$meetings};
  --twitter: #{$twitter};
  --facebook: #{$facebook};
  --google: #{$google};
}

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.8 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.7 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.6 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.10 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.9 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.5 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.8 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.4 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.3 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.7 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.5 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.2 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.1 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.4 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.0 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.3 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.0.rc2 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.27.0.rc1 app/packs/stylesheets/decidim/_properties.scss
decidim-core-0.26.2 app/packs/stylesheets/decidim/_properties.scss