Sha256: fefe8d24c4ac40e8d4bf4b348cabd51c3371c00a59657ce957c897d014f460ab

Contents?: true

Size: 677 Bytes

Versions: 1

Compression:

Stored size: 677 Bytes

Contents

.voting-rules {
  .callout .button.primary {
    color: #fff;
    background-color: var(--primary);
    &.hollow{ background-color: transparent; color: var(--primary);}
  }
  .callout .button.secondary {
    color: #fff;
    background-color: var(--secondary);
    &.hollow{ background-color: transparent; color: var(--secondary);}
  }
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus{
  background-color: var(--primary);
}
.button.primary:hover, .button.primary:focus{
  background-color: var(--primary);
  opacity: 0.87;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-lausanne-budgets-0.1.0 app/packs/stylesheets/decidim/lausanne/budgets/budget/_voting-rules.scss