PHP Classes

File: public/flat-admin/sass/pages/error.scss

Recommend this page to a friend!
  Classes of adriano123456   Budget System   public/flat-admin/sass/pages/error.scss   Download  
File: public/flat-admin/sass/pages/error.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Budget System
Elaborate budgets for purchases of products
Author: By
Last change:
Date: 15 days ago
Size: 589 bytes
 

Contents

Class file image Download
body.error{ background: $blue; .wrapper{ width:300px; height:230px; position: absolute; top:50%; left:50%; margin:-165px -150px; .code{ color:#fff; font-size:90px; text-align:center; span{ margin-right:15px; } } .desc{ color:#fff; font-size:14px; margin:20px 0; } .input-append{ width:300px; background: #fff; padding:2px; input{ border:0; width:260px; background:#fff; } .btn{ border:0; background:$blue; color:#fff; &:hover{ background: darken($blue, 15%); } } } } }