PHP Classes

File: public/mdb/scss/free/_list-group.scss

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP Todo List   public/mdb/scss/free/_list-group.scss   Download  
File: public/mdb/scss/free/_list-group.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: 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; } } }