File "admin-utils.scss"

Full Path: /srv/www/www.cadoro.it/src/scss/admin-utils.scss
File size: 1.07 KB
MIME-type: text/plain
Charset: utf-8

.mtm5 { margin-top: -5px; }
.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mt120 { margin-top: 120px; }

.mbm5 { margin-bottom: -5px; }
.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb120 { margin-bottom: 120px; }

.img-responsive {
  @include img-responsive(inline-block);
}

.help-block {
  margin-top: 8px;
}

.help-block.error {
  color: $state-danger-text;
}

.block {
  display: block;
}

.clear {
  display: block;
  overflow: hidden;
}

.white-bg {
  background-color: #ffffff;
}