Sha256: 64ec8638f6bc87046590a4e38f838c058d2f19a53f5876186cf6e876d3d25e0a

Contents?: true

Size: 1002 Bytes

Versions: 73

Compression:

Stored size: 1002 Bytes

Contents

.c-cta-button {
  padding: 0.75rem 1rem;
  color: #fff;
  background: #5d5d5d;
  font-size: 1.3rem;
  border-radius: 1px;
  display: inline-block;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.15);

  text-decoration: none !important;
  &:hover {
      text-decoration: none !important;
  }
  i {
    margin-left: 0.5rem;
  }
  transition: ease-out background 0.25s;
}

.c-cta-button.c-cta-button--primary {
  background: #2785ce;
  &:hover {
    background: darken(#2785ce, 5%);
  }
}

.c-cta-button.c-cta-button--secondary {
  background: #f3c289;
  &:hover {
    background: darken(#f3c289, 5%);
  }
}

.c-cta-button-group {
  margin: 0.2rem 0;
  @include clearfix;

  > .c-cta-button + .c-cta-button {
    margin-left: 0.65rem;
  }

  @include breakpoint(medium down) {
    .c-cta-button {
      float: left;
      clear: left;
    }

    > .c-cta-button + .c-cta-button {
      margin-left: 0;
      margin-top: 0.5rem;
    }
  }
}

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
jekyll-theme-pirati-8.0.0.pre.beta2 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.beta1 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.alpha6 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.alpha5 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.alpha4 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.alpha3 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.alpha2 _sass/components/cta-button.scss
jekyll-theme-pirati-8.0.0.pre.alpha1 _sass/components/cta-button.scss
jekyll-theme-pirati-7.7.1 _sass/components/cta-button.scss
jekyll-theme-pirati-7.7.0 _sass/components/cta-button.scss
jekyll-theme-pirati-7.6.2 _sass/components/cta-button.scss
jekyll-theme-pirati-7.6.1 _sass/components/cta-button.scss
jekyll-theme-pirati-7.6.0 _sass/components/cta-button.scss
jekyll-theme-pirati-7.5.0 _sass/components/cta-button.scss
jekyll-theme-pirati-7.4.0 _sass/components/cta-button.scss
jekyll-theme-pirati-7.3.0 _sass/components/cta-button.scss
jekyll-theme-pirati-7.2.0 _sass/components/cta-button.scss
jekyll-theme-pirati-7.1.1 _sass/components/cta-button.scss
jekyll-theme-pirati-7.0.0 _sass/components/cta-button.scss
jekyll-theme-pirati-6.9.0 _sass/components/cta-button.scss