Sha256: 05d8da43abf1496723861f7ed889359eda85d87eaa7649d063d415abd678000e

Contents?: true

Size: 1.01 KB

Versions: 26

Compression:

Stored size: 1.01 KB

Contents

.c-widget-share-box {
  position: relative;
  padding: 3.25rem 3.5rem 3.5rem 3.5rem;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;

  &:before {
    z-index: -1;
    content: '\f004';
    display: block;
    position: absolute;
    top: -35px;
    right: -35px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 11.5rem;
    transform: rotate(20deg);
    color: #f3f3f3;
  }

  @include breakpoint(large down) {
    &.c-widget-share-box--largestacked {
      margin-top: 2rem;
    }
  }

  @include breakpoint(medium down) {
    &:before {
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
    }

    &.c-widget-share-box--mediumstacked {
      margin-top: 2rem;
    }
  }
}

.c-widget-share-box-headline {
  font-family: $header-font-family;
  color: $primary-color;
  font-size: 1.75rem;
}

.c-widget-share-box-content {
  margin-top: 2.75rem;
}

.c-widget-share-box__tweet,
.c-widget-share-box__fb {
  display: block;
  margin-top: 0.5rem;
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jekyll-theme-pirati-4.2.3 _sass/components/widget-share-box.scss
jekyll-theme-pirati-4.2.2 _sass/components/widget-share-box.scss
jekyll-theme-pirati-4.2.1 _sass/components/widget-share-box.scss
jekyll-theme-pirati-4.2.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-4.1.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-4.0.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.6.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.5.1 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.5.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.4.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.3.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.2.2 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.2.1 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.2.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.1.2 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.1.1 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.1.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-3.0.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-1.2.0 _sass/components/widget-share-box.scss
jekyll-theme-pirati-2.0.0 _sass/components/widget-share-box.scss