PHP Classes

File: public/flat-admin/sass/pages/search-results.scss

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

Contents

Class file image Download
.pagination{ &.pagination-custom{ height:28px; margin-top: -1px; li{ &.active{ a{ background: $blue; color:#fff; &:hover{ background: $blue; } } } a{ background: #eee; text-decoration: none; color:#333; border:0; padding:5px 12px; &:hover{ background: #ddd; } } } } } .search-results{ ul{ @extend .ulreset; @include pie-clearfix; li{ @include pie-clearfix; padding:15px; border-top:1px dotted #bbb; &:first-child{ border-top:0; } &:last-child{ @include border-bottom-radius(0); } .thumbnail{ float:left; @include border-radius(0); } .search-info{ margin-left: 110px; a{ font-size:16px; } .url{ color:#29b754; } } &:nth-child(even){ background: #fff; } } } }