PHP Classes

File: public/mdb/scss/core/_helpers.scss

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Todo List   public/mdb/scss/core/_helpers.scss   Download  
File: public/mdb/scss/core/_helpers.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Todo List
Application to manage a list of tasks to do
Author: By
Last change:
Date: 1 year 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; }