Skip to content
Snippets Groups Projects
Select Git revision
  • cc055305c13fd8e5790b49d0f1dd3517e12e84db
  • master default protected
2 results

run-document-server.sh

Blame
  • calendar.pcss 364 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-center;
    
      &:first-child {
        @apply border-l;
    
        @screen xl {
          @apply border-l-0;
        }
      }
    
    }