Skip to content
Snippets Groups Projects
Select Git revision
  • c53415092b8b7db24ac66931abb2c2e28945bc4e
  • ui_koalicni default
  • ui_styleguide protected
3 results

calendar.pcss

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