PHP Classes

File: assets/vendor/bootstrap-md/scss/free/_list-group.scss

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

Contents

Class file image Download
// List group .media { .media-left { padding: $list-group-padding; img { box-shadow: $z-depth-1; } } } .list-group { .list-group-item { &:first-child { border-top-left-radius: $border-radius-base; border-top-right-radius: $border-radius-base; } &:last-child { border-bottom-right-radius: $border-radius-base; border-bottom-left-radius: $border-radius-base; } } a, button { transition: $list-group-transition; &:hover { transition: $list-group-transition; } } }