//LESS @import 'base'; #content{ .time{ margin: 0 0 30px 10px; } #loading { position: absolute; top: 5px; right: 5px; } #calendar{ width: 840px; padding-left: 10px; h2{ font-size: 18px; font-weight: bold; color: @red; } th{ padding: 5px 0; font-weight: bold; } .fc-day-number{ padding: 5px; } th,td{ /*border-right: 0; border-left: 0;*/ } .fc-event{ border: 0; } .fc-event-inner{ border: 0; background: @red; color: white; padding: 5px 0; .border-radius(3px); transition: 0.3s; -webkit-transition: 0.3s; &:hover{ color: darken(white,15%); } .fc-event-title{ padding: 5px; } } .fc-state-highlight{ background: darken(white,5%); } } }