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.29 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/globals/_border-none.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/globals/_border-none.scss