Sha256: 1ca75a816d74accb5cf0e60f53cf35080d83b5bbf3bf334e9c819270e81aa706

Contents?: true

Size: 1.33 KB

Versions: 18

Compression:

Stored size: 1.33 KB

Contents

/* VISIBILITY HELPERS */
.hide { display: none !important; }
.md-show { display: none !important; }
.md-show-inline { display: none !important; }
.lg-show { display: none !important; }
.lg-show-inline { display: none !important; }
.xlg-show { display: none !important; }
.xlg-show-inline { display: none !important; }
.xxlg-show { display: none !important; }
.xxlg-show-inline { display: none !important; }
.invisible { visibility: hidden !important; }

@media (min-width: $medium) {
  .md-hide { display: none !important; }
  .md-show { display: block !important; }
  .md-show-inline { display: inline-block !important; }
  .md-invisible { visibility: hidden !important; }
}

@media (min-width: $large) {
  .lg-hide { display: none !important; }
  .lg-show { display: block !important; }
  .lg-show-inline { display: inline-block !important; }
  .lg-invisible { visibility: hidden !important; }
}

@media (min-width: $xlarge) {
  .xlg-hide { display: none !important; }
  .xlg-show { display: block !important; }
  .xlg-show-inline { display: inline-block !important; }
  .xlg-invisible { visibility: hidden !important; }
}

@media (min-width: $xxlarge) {
  .xxlg-hide { display: none !important; }
  .xxlg-show { display: block !important; }
  .xxlg-show-inline { display: inline-block !important; }
  .xxlg-invisible { visibility: hidden !important; }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
timequake-3.3 app/assets/stylesheets/timequake/visibility.scss
timequake-3.2 app/assets/stylesheets/timequake/visibility.scss
timequake-3.1 app/assets/stylesheets/timequake/visibility.scss
timequake-3.0.1 app/assets/stylesheets/timequake/visibility.scss
timequake-3.0.0 app/assets/stylesheets/timequake/visibility.scss
timequake-2.1.0 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.11 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.10 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.9 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.8 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.7 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.6 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.5 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.4 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.3 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.2 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.1 app/assets/stylesheets/timequake/visibility.scss
timequake-2.0.0 app/assets/stylesheets/timequake/visibility.scss