PHP Classes

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

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

Contents

Class file image Download
// Input group .md-form { &.input-group { label { top: 0; margin-bottom: 0; } .input-group-text { background-color: $input-group-text-bgc; &.md-addon { font-weight: 500; background-color: transparent; border: none; } } .form-control { padding: $input-group-form-control-py $input-group-form-control-px; margin: 0; } } }