Sha256: 22e024783ae05a407c1f3d33802a3e0d6c17762658d826df1ed3d2e73bf97d14

Contents?: true

Size: 990 Bytes

Versions: 4

Compression:

Stored size: 990 Bytes

Contents

// Text Helpers
.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

// Icons Helpers
.left-icon {
  margin-right: 5px;
}

.right-icon {
  margin-left: 5px;
}

// Float Helpers
.left {
  float: left;
}

.right {
  float: right;
}

// HELPERS
.justify {
  text-align: justify;
}


// FIX
.logo-container .logo {
  border: none;
}

// Z-levels
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-1{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-1-half{
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.z-depth-2{
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3{
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-4{
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.z-depth-5{
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
creative_tim-1.0.23 vendor/assets/stylesheets/creative-tim/material_helper_resources/globals.scss
creative_tim-1.0.22 vendor/assets/stylesheets/creative-tim/material_helper_resources/globals.scss
creative_tim-1.0.21 vendor/assets/stylesheets/creative-tim/material_helper_resources/globals.scss
creative_tim-1.0.20 vendor/assets/stylesheets/creative-tim/material_helper_resources/globals.scss