Skip to content

Commit c997bd0

Browse files
Add timezone to event details popup
1 parent 2df86ba commit c997bd0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/App.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ button.fc-button.finos-calendar-event-details-close img{
7070
gap: 5px;
7171
}
7272

73+
.event-timeZone{
74+
font-size: 14px;
75+
margin-bottom: 6px;
76+
display: flex;
77+
gap: 5px;
78+
}
79+
7380
.event-location{
7481
display:flex;
7582
gap: 5px;
@@ -155,4 +162,4 @@ button.fc-button.finos-calendar-event-details-close img{
155162
.finos-calendar-event-details a{
156163
color: #343;
157164
}
158-
}
165+
}

0 commit comments

Comments
 (0)