PHP Classes

File: assets/scss/modules/_alerts.scss

Recommend this page to a friend!
  Classes of Ravi Kumar   PHP Validator   assets/scss/modules/_alerts.scss   Download  
File: assets/scss/modules/_alerts.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Validator
Validate request values with given rules
Author: By
Last change: Update of assets/scss/modules/_alerts.scss
Date: 2 months ago
Size: 553 bytes
 

Contents

Class file image Download
%alert { padding: 15px; margin-bottom: 20px; font-weight: $font-alert-weight; color: $font-color; border: 2px solid #eee; @include border-radius(3px); @include box-shadow(1px, 1px, 3px, $shadow-color); } .alert { @extend %alert; } .success { @extend %alert; border-color: $success-color; background: opacity($success-color, .8); } .warning { @extend %alert; border-color: $warning-color; background: opacity($warning-color, .8); } .error { @extend %alert; border-color: $error-color; background: opacity($error-color, .8); }