Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
23 results

calendar.pcss

Blame
  • calendar.pcss 431 B
    .calendar-table-row {
      @apply border-b border-grey-125;
    
      &:first-of-type {
        @apply border-t;
      }
    }
    
    .calendar-table-row--standalone {
      @apply border-l;
    }
    
    .calendar-table-row__col {
      @apply h-full border-r border-grey-125 p-2 flex justify-center items-start;
    
      &:first-child {
        @apply border-l;
    
        @screen xl {
          @apply border-l-0;
        }
      }
    
      &.calendar-table-row__col--norborder {
        @apply border-r-0;
      }
    }