PHP Classes

File: assets/vendor/bootstrap-md/scss/free/_cards.scss

Recommend this page to a friend!
  Classes of akeel   F3A   assets/vendor/bootstrap-md/scss/free/_cards.scss   Download  
File: assets/vendor/bootstrap-md/scss/free/_cards.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: 580 bytes
 

Contents

Class file image Download
// Cards .card { font-weight: 400; border: 0; box-shadow: $z-depth-1; &[class*="border"] { border: 1px solid $grey-base; box-shadow: none; } .card-body { h1, h2, h3, h4, h5, h6 { font-weight: 400; } .card-title { a { transition: $md-card-link-transition; &:hover { transition: $md-card-link-transition; } } } .card-text { font-size: $md-card-font-size; font-weight: 400; color: $md-card-text-color; } } .md-form { label { font-weight: 300; } } }