File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed
Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 266266*/
267267
268268# SLIDE_ID .template-news-feed {
269- --background-color : var ( --color-primary ) ;
270- --color-secondary : var (--color-primary-700 );
269+ --background-color : white ;
270+ --color-secondary : var (--bg-light );
271271
272272 .title {
273273 font-size : calc (var (--h1-font-size ) * 1.25 );
274274 line-height : 1.3 ;
275275 }
276+ }
276277
277- .extra-section ,
278- .text-section {
279- color : var (--text-light );
280- }
278+ /*
279+ *
280+ * Customize calendar template
281+ * Single calendar booking
282+ *
283+ */
281284
282- .description {
283- color : inherit;
284- }
285+ # SLIDE_ID .calendar-single-booking {
286+ --background-color : black;
287+ --margin-size-base : calc (var (--spacer ) * 3 );
288+ --padding-size-base : calc (var (--spacer ) * 2 );
285289
286- .qr {
287- filter : invert (1 );
290+ .content {
291+ background-color : var (--background-color );
292+ color : var (--text-light );
293+ }
294+ .content-item {
295+ border-color : var (--text-light );
288296 }
289297}
You can’t perform that action at this time.
0 commit comments