PHP Classes

File: public/flat-admin/sass/plugins/calendar.scss

Recommend this page to a friend!
  Classes of adriano123456   Budget System   public/flat-admin/sass/plugins/calendar.scss   Download  
File: public/flat-admin/sass/plugins/calendar.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: 1,120 bytes
 

Contents

Class file image Download
.calendar{ margin-top: 10px; .fc-header{ .fc-header-title{ h2{ font-size:18px; font-weight:300; margin-bottom: 0; line-height:25px; } } .fc-header-right{ .fc-button{ position:relative; top:-45px; } } } .fc-content{ .fc-event{ font-size:12px; border:0 !important; .fc-event-inner{ background: $blue; border:0 !important; margin:0; .fc-event-title{ padding:2px 5px; } .fc-event-time{ padding:2px 2px 2px 5px; } } } } .fc-button{ background: none; border:0 !important; margin-right: 5px; &.fc-state-active{ background: $blue; color:#fff; &:hover{ background: $blue; color:#fff; } } &:hover{ background: #ddd; } &.fc-button-next,&.fc-button-prev{ margin-left: 10px; .fc-button-content{ padding:0 9px; i{ color:#666; } } &:hover{ .fc-button-content{ i{ color:#333; } } } } &.fc-button-prev{ margin-right: 10px; margin-left: 0; } .fc-button-inner{ background: none; border:0 !important; } } }