Sha256: 4926a19b99c56f08b2c3188ee7069501525bd3e8c0fbdce4875bcb2a37e4186e

Contents?: true

Size: 1.37 KB

Versions: 40

Compression:

Stored size: 1.37 KB

Contents

/*------------------------------------
  Borders None
------------------------------------*/
.g-brd-around-none {
  border-width: 0 !important;
}
.g-brd-top-none {
  border-top: none !important;
}
.g-brd-right-none {
  border-right: none !important;
}
.g-brd-bottom-none {
  border-bottom: none !important;
}
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: $g-sm) {
  .g-brd-around-none--sm {
    border: none !important;
  }
  .g-brd-top-none--sm {
    border-top: none !important;
  }
  .g-brd-right-none--sm {
    border-right: none !important;
  }
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}

@media (min-width: $g-md) {
  .g-brd-around-none--md {
    border: none !important;
  }
  .g-brd-top-none--md {
    border-top: none !important;
  }
  .g-brd-right-none--md {
    border-right: none !important;
  }
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }
  .g-brd-left-none--md {
    border-left: none !important;
  }
}

@media (min-width: $g-lg) {
  .g-brd-around-none--lg {
    border: none !important;
  }
  .g-brd-top-none--lg {
    border-top: none !important;
  }
  .g-brd-right-none--lg {
    border-right: none !important;
  }
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.9 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.8 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.7a _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.7 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.6 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.5 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.4 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.3 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.2 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.1 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.0 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.8 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.7 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.6 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.5 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.4 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.3 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.2 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.1 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.1.0 _sass/unify/globals/_border-none.scss