PHP Classes

File: public/flat-admin/sass/page-elements/address-book.scss

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

Contents

Class file image Download
.letterbox{ position: absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.8); .letter{ @extend .ulreset; @include pie-clearfix; &>li{ text-align:center; height:40px; width: 40px; margin:10px; background: #ddd; float:left; font-size:18px; line-height:40px; color:#aaa; &.active{ background: $blue; color:#fff; cursor:pointer; } } } }