PHP Classes

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

Recommend this page to a friend!
  Classes of adriano123456   Budget System   public/flat-admin/sass/pages/locked.scss   Download  
File: public/flat-admin/sass/pages/locked.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: 711 bytes
 

Contents

Class file image Download
.locked{ background: $blue; .wrapper{ width:500px; height:500px; margin:200px -250px; position: absolute; left:50%;; } .pull-left{ width:200px; a{ color:#fff; display: block; background:darken($blue, 15%); text-align:center; padding:4px 8px; text-decoration: none; &:hover{ background: darken($blue, 25%); } } } .right{ float:left; margin-left:15px; .upper{ h2{ color:#fff; font-weight:300; margin: 0; } span{ display: block; color:#fff; } } form{ margin-top: 30px; input{ border:0; margin-bottom: 0; &[type=password]{ width:260px; } } div{ margin-top: 5px; } } } }