PHP Classes

File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/_forms.scss

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/themes/learn2/scss/theme/_forms.scss   Download  
File: public/asset/vendor/select2/docs/themes/learn2/scss/theme/_forms.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 389 bytes
 

Contents

Class file image Download
fieldset { border: 1px solid $core-border-color; } textarea, #{$all-text-inputs}, select[multiple=multiple] { background-color: white; border: 1px solid $core-border-color; box-shadow: $core-box-shadow; &:hover { border-color: $core-border-color-hover; } &:focus { border-color: $core-border-color-focus; box-shadow: $core-box-shadow-focus; } } label { @extend strong; }