You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
507 B
35 lines
507 B
.calendar-event-info {
|
|
@apply flex flex-col space-y-4;
|
|
|
|
.invitations-info {
|
|
@apply space-y-2;
|
|
|
|
&__title {
|
|
@apply text-gray-50 mb-3;
|
|
}
|
|
|
|
&__item {
|
|
@apply flex text-body-2 flex-row justify-between;
|
|
|
|
p {
|
|
@apply first:font-semibold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.reminders-info {
|
|
@apply space-y-2;
|
|
|
|
&__title {
|
|
@apply text-gray-50 mb-3;
|
|
}
|
|
|
|
&__list {
|
|
@apply space-y-2;
|
|
}
|
|
|
|
&__item {
|
|
@apply flex text-body-2 flex-row gap-2;
|
|
}
|
|
}
|
|
}
|
|
|