Sha256: 9648699041a154b26f13d8b3e9a1af9bf52b10f62a618cb09b7596265744e0af

Contents?: true

Size: 1.16 KB

Versions: 10

Compression:

Stored size: 1.16 KB

Contents

@import "fullcalendar"

#calendar
  .fc-button.fc-state-default 
    @include btn-primary
    color: $blue
    @include border-radius(0)

  .fc-button.fc-state-active 
    @include btn-secundary
    color: $white
  .fc-button.fc-state-disabled 
    @include btn-primary
    background-color: $blue
    color: $white

  .fc-button.fc-state-disabled:active 
    @include box-shadow(none)

  .fc-button.fc-corner-left 
    @include border-top-left-radius (4px)
    @include border-bottom-left-radius (4px)

  .fc-button.fc-corner-right 
    // .btn-group > .btn:last-child, .btn-group > .dropdown-toggle
    @include border-top-right-radius (4px)
    @include border-bottom-right-radius (4px)

  .fc-event-inner
    background-color: $gray

  .fc-event-inner,
  .fc-other-month 
    @include opacity (80)

  .fc-day-number
    pointer: pointer

  .fc-header-right,
  .fc-header-left,
  .fc-header-center
    vertical-align: middle
    text-align: center

  .fc-header-right,
  .fc-header-left
    background-color: whitesmoke
  .fc-header-right
    .fc-header-title
      h2
        line-height: 32px


  .fc-widget-header
    background: whitesmoke

.fc-event-skin
  background-color: $gray

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
social_stream-2.2.2 events/app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-events-2.2.1 app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-2.2.1 events/app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-2.2.0 events/app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-events-2.2.0 app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-2.1.1 events/app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-2.1.0 events/app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-events-2.1.0 app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-2.0.4 events/app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass
social_stream-events-2.0.2 app/assets/stylesheets/social_stream/events/calendar/_calendar.css.sass