Sha256: 4839359f34b7f929f966e8e79103bec5f3fbdc4da364fcb5ab69bf19aba6f1aa

Contents?: true

Size: 793 Bytes

Versions: 8

Compression:

Stored size: 793 Bytes

Contents

body {
  min-height: 100vh;
  padding: 0;
  background-image: linear-gradient(
    to bottom,
    $color-gray-lightest,
    darken($color-gray-lightest, 6%)
  );
}

// this could be avoided using more recent version of bootstrap or with bourbon
.clearfix {
  &::after {
    display: table;
    clear: both;
    content: "";
  }
}

// useful to debug
.bordered {
  border: 2px solid red;
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-shadowed {
  box-shadow: 0 3px 6px 0 rgba(200, 200, 200, 0.7);
}

.box-shadowed-up {
  box-shadow: 0 3px 10px 2px rgba(150, 150, 150, 0.7);
}

.pagination {
  float: left;
  width: 100%;
  margin-top: 0;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
binda-0.1.11 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.10 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.9 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.8 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.7 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.6 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.5 app/assets/stylesheets/binda/settings/common.scss
binda-0.1.4 app/assets/stylesheets/binda/settings/common.scss