%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/assets/scss/
Upload File :
Create Path :
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/assets/scss/_base.scss

body {
  font-family: $base-font;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: $black;
  background-color: #f7f7f7;
}

.strong {
  font-weight: 700;
}

.max-w100p{
  max-width: 100%;
  height: auto;
}
.max-w320 {
  max-width: 320px;
}
.max-w640 {
  max-width: 640px;
  margin: auto;
}
.max-w960 {
  max-width: 960px;
  margin: auto;
}
.mr-8 {
  margin-right: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.section-wrapper {
  padding: 120px 0;
  @media (max-width: 1200px) {
    padding: 100px 0;
  }
  @media (max-width: 990px) {
    padding: 80px 0;
  }
}

.page-wrapper {
  overflow: hidden;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100px;
    left: -50px;
    display: inline-block;
    background-size: cover;
    width: 320px;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/body-bg-left.png");
  }
  &::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50px;
    display: inline-block;
    background-size: cover;
    width: 320px;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/body-bg-right.png");
  }
}

.inline-block{
  display: inline-block!important;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}

.align-items-center {
}

.overflow-h {
  overflow: hidden !important;
}
.hidden {
  display: none;
}

.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}

//Colors
.color-gray {
  color: $gray;
}

.color-violet {
  color: $violet;
}

.color-red {
  color: $red;
}

Zerion Mini Shell 1.0