PHP Classes

File: assets/vendor/bootstrap-md/scss/core/_helpers.scss

Recommend this page to a friend!
  Classes of akeel   F3A   assets/vendor/bootstrap-md/scss/core/_helpers.scss   Download  
File: assets/vendor/bootstrap-md/scss/core/_helpers.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 1,109 bytes
 

Contents

Class file image Download
// Helpers // MDB helpers .img-fluid, .video-fluid { max-width: 100%; height: auto; } .flex-center { display: flex; align-items: center; justify-content: center; height: 100%; p { margin: 0; } ul { text-align: center; li { margin-bottom: $flex-center-ul-mb; &:last-of-type { margin-bottom: 0; } } } } .hr-light { border-top: 1px solid $hr-light; } .hr-dark { border-top: 1px solid $hr-dark; } // Responsive width .w-responsive { width: 75%; @media (max-width: 740px) { width: 100%; } } .w-header { width: 3.2rem; } // Collapsible body .collapsible-body { display: none; } .jumbotron { background-color: $white-base; border-radius: $border-radius-base; box-shadow: $z-depth-1; } @each $name, $color in $basic-mdb-colors { @include bg-variant(".bg-#{$name}", $color); .border-#{$name} { border-color: $color !important; } } .card-img-100 { width: 100px; height: 100px; } .card-img-64 { width: 64px; height: 64px; } .mml-1 { margin-left: - .25rem !important; } .flex-1 { flex: 1; }