Skip to content

Commit

Permalink
LPD-26706 Auto SF, workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Jun 6, 2024
1 parent fcb4edc commit 44bf02f
Show file tree
Hide file tree
Showing 28 changed files with 196 additions and 368 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<div
class="f-add-to-calendar ${configuration.blockAlignment}"
data-event-details="${configuration.eventDetails}"
data-event-end-date="${configuration.eventEndDate}"
data-event-end-time="${configuration.eventEndTime}"
data-event-location="${configuration.eventLocation}"
data-event-name="${configuration.eventName}"
data-event-start-date="${configuration.eventStartDate}"
data-event-start-time="${configuration.eventStartTime}"
>
<div class="f-add-to-calendar ${configuration.blockAlignment}" data-event-details="${configuration.eventDetails}" data-event-end-date="${configuration.eventEndDate}" data-event-end-time="${configuration.eventEndTime}" data-event-location="${configuration.eventLocation}" data-event-name="${configuration.eventName}" data-event-start-date="${configuration.eventStartDate}" data-event-start-time="${configuration.eventStartTime}">
<a class="btn btn-${configuration.buttonStyle}" href="javascript:;">
<div class="add-to-calendar-button">
<span class="btn-text" data-lfr-editable-id="addToCalendarButton" data-lfr-editable-type="text">Add to Calendar</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<a class="f-www-button ${configuration.inverted?then('inverted', '')} ${configuration.size}" href="${url}" rel="noopener noreferrer" target="${configuration.newTab?then('_blank', '_self')}">
[#if iconLeft]
<div class="button-icon-left" data-lfr-editable-type="html" data-lfr-editable-id="button-icon-left">
<div class="button-icon-left" data-lfr-editable-id="button-icon-left" data-lfr-editable-type="html">
<svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
<path d="M12.7335 7.16533C13.3326 7.56057 13.3326 8.43943 12.7335 8.83467L5.04928 13.905C4.38442 14.3437 3.49854 13.8668 3.49854 13.0703L3.49854 2.92969C3.49854 2.13315 4.38442 1.65633 5.04928 2.09502L12.7335 7.16533Z" fill="currentColor" />
</svg>
Expand All @@ -14,7 +14,7 @@
Button
</div>
[#if iconRight]
<div class="button-icon-right" data-lfr-editable-type="html" data-lfr-editable-id="button-icon-right">
<div class="button-icon-right" data-lfr-editable-id="button-icon-right" data-lfr-editable-type="html">
<svg class="button-arrow-right" fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
<path d="M11.243 10.9898L13.4805 8.75225C13.818 8.38038 13.8305 7.72413 13.4805 7.321L11.243 5.0835C10.193 4.15225 8.90234 5.57725 9.81172 6.51475L10.3336 7.03663H2.74609C1.41797 7.03663 1.41797 9.03663 2.74609 9.03663H10.3336L9.81172 9.5585C8.87734 10.5523 10.2773 11.9179 11.243 10.9898Z" fill="currentColor" />
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Call to Action
</div>
[#if icon]
<div class="cta-link-icon" data-lfr-editable-type="html" data-lfr-editable-id="cta-link-icon">
<div class="cta-link-icon" data-lfr-editable-id="cta-link-icon" data-lfr-editable-type="html">
<svg fill="none" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
<path d="M11.243 10.9898L13.4805 8.75225C13.818 8.38038 13.8305 7.72413 13.4805 7.321L11.243 5.0835C10.193 4.15225 8.90234 5.57725 9.81172 6.51475L10.3336 7.03663H2.74609C1.41797 7.03663 1.41797 9.03663 2.74609 9.03663H10.3336L9.81172 9.5585C8.87734 10.5523 10.2773 11.9179 11.243 10.9898Z" fill="currentColor" />
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[/#if]

[#if configuration.showPlayButton]
<div class=" f-video-embed-overlay ${hideOverlay?then('hide-overlay-color','')} " data-wistia-id="${wistiaId}">
<div class="f-video-embed-overlay ${hideOverlay?then('hide-overlay-color','')}" data-wistia-id="${wistiaId}">
<div class="f-video-embed-overlay-placeholder" style="${overlayStyle}background-size:cover;"></div>

<div class="f-embedded-play-button d-flex p-3 play-${configuration.playButtonPosition}">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 44bf02f

Please sign in to comment.