mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 03:01:52 +02:00
🧹 Remove unused css from landing
This commit is contained in:
parent
969aa25f84
commit
603c8c4f57
1 changed files with 0 additions and 64 deletions
|
@ -148,72 +148,8 @@
|
|||
}
|
||||
|
||||
@layer utilities {
|
||||
.bg-lines {
|
||||
background-color: #f8fafc;
|
||||
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><defs><pattern id="grid" width="200" height="200" patternUnits="userSpaceOnUse"><path d="M 200 0 L 0 0 0 200" fill="none" stroke="#ccc" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(#grid)"/></svg>');
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue