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

Dockerfile

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