-
-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
71 additions
and
70 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
apps/web/src/components/forms/poll-options-form/rbc-overrides.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
.rbc-time-view { | ||
@apply border-0 border-b border-t border-gray-100; | ||
} | ||
|
||
.rbc-today { | ||
@apply bg-gray-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-100; | ||
} | ||
|
||
.rbc-time-content { | ||
@apply border-t-0; | ||
} | ||
|
||
.rbc-time-view .rbc-allday-cell { | ||
@apply hidden; | ||
} | ||
|
||
.rbc-current-time-indicator { | ||
@apply bg-rose-400; | ||
} | ||
|
||
.rbc-header + .rbc-header { | ||
@apply border-l-0; | ||
} | ||
.rbc-time-slot { | ||
@apply pl-2 pt-1; | ||
} | ||
|
||
.rbc-timeslot-group { | ||
@apply border-gray-100; | ||
} | ||
|
||
.rbc-day-slot .rbc-time-slot { | ||
@apply border-dashed border-gray-50; | ||
} | ||
|
||
.rbc-day-slot .rbc-events-container { | ||
@apply mr-2; | ||
} | ||
.rbc-slot-selection { | ||
@apply bg-gray-100/50 leading-tight text-gray-600; | ||
} | ||
.rbc-header.rbc-today { | ||
@apply bg-white text-rose-600; | ||
} | ||
|
||
.rbc-button-link { | ||
@apply pointer-events-none m-1 w-full; | ||
} | ||
.rbc-time-content > * + * > * { | ||
@apply border-gray-100; | ||
} | ||
|
||
.rbc-time-header-gutter { | ||
@apply border-b border-gray-100; | ||
} |
3 changes: 3 additions & 0 deletions
3
apps/web/src/components/forms/poll-options-form/week-calendar.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7f2be55
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
app – ./
app-rallly.vercel.app
rallly-vert.vercel.app
app-git-main-rallly.vercel.app
app.rallly.co