Sha256: a64bb8a81f9fe860ce8ea341e603a20a02d118456acb256aa42254268b456b9c

Contents?: true

Size: 1.19 KB

Versions: 40

Compression:

Stored size: 1.19 KB

Contents

/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
.g-brd-around--dotted {
  border: dotted 1px transparent;
}
.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}
.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}
.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}
.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: $g-sm) {
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}

@media (min-width: $g-md) {
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/globals/_border-dotted.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/globals/_border-dotted.scss