Sha256: 48acf037d370658746e3f11b2bf0d751cd70148a09b76eb3ef0317fc1ccd6267

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

.vote_link {
  width: 100%;
  display: flex; 
  gap: 0.5rem;
  padding: 30px;
  background: var(--primary);
  color: white;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  margin-top: 128px;
  margin-bottom: 64px;
  h3 {
    font-weight: 900;
  }
  p {
    font-size: 110%;
    a {
      text-decoration: underline;
      color: white;
      &:hover{
        color: white;
        opacity: 0.8;
      }
    }
  }
  .vote_link__text {
    flex: 1;
  }
  .vote_link__action {
    align-self: flex-end;
    background: white;
    color: var(--primary);
    &:hover {
      background: white;
      color: var(--primary);
      opacity: 0.8;
    }
  }
}

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/_proposal_link.scss