diff --git a/apps/landing/src/style.css b/apps/landing/src/style.css index f6176c52c..67fddebdb 100644 --- a/apps/landing/src/style.css +++ b/apps/landing/src/style.css @@ -148,72 +148,8 @@ } @layer utilities { - .bg-lines { - background-color: #f8fafc; - background-image: url('data:image/svg+xml;utf8,'); - } .bg-pattern { background-color: #f9fafb; background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f3f4f6' fill-opacity='0.75' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E"); } } - -.rbc-time-view { - @apply border-0 border-b border-t border-gray-100; -} - -.rbc-today { - @apply bg-blue-50 bg-opacity-50; -} - -.rbc-day-slot .rbc-time-slot { - @apply border-gray-100; -} - -.rbc-time-content > * + * > * { - @apply border-gray-200; -} -.rbc-time-header.rbc-overflowing, -.rbc-time-header-content, -.rbc-header { - @apply border-gray-200; -} - -.rbc-time-content { - @apply border-t-0; -} - -.rbc-time-view .rbc-allday-cell { - @apply hidden; -} - -.rbc-label.rbc-time-header-gutter { - @apply border-b; -} - -.rbc-current-time-indicator { - @apply bg-rose-400; -} - -.rbc-header + .rbc-header { - @apply border-l-0; -} - -.rbc-header a { - @apply block h-full w-full p-1 no-underline hover:text-gray-800; -} - -.rbc-day-slot .rbc-events-container { - @apply mr-2; -} -.rbc-slot-selection { - @apply rounded-sm bg-green-50 text-green-500; -} - -.rbc-header.rbc-today { - @apply bg-white text-rose-600; -} - -.rbc-button-link { - @apply m-1 w-full; -}