Skip to content

Commit

Permalink
Replace fx-layout with tailwind equivalent - calendar-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
caoquocvinq committed Aug 14, 2023
1 parent 7590ef8 commit e113734
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="calendar-modal-component mat-typography">
<div fxLayout="row">
<div fxFlex="grow">
<div class="flex flex-row">
<div class="grow flex-grow">
<h2 mat-dialog-title>Web calendar</h2>
</div>
<mat-slide-toggle
Expand Down Expand Up @@ -38,11 +38,11 @@ <h2 mat-dialog-title>Web calendar</h2>
The web calendar displays due dates of your tasks as calendar events. Use the following URL to subscribe to
your web calendar from your iCalendar client.
</p>
<div fxLayout="row">
<div fxFlex="grow" class="webcal-url-container">
<div class="flex flex-row">
<div class="grow flex-grow" class="webcal-url-container">
<a [href]="webcalUrl | safe">{{ webcalUrl }}</a>
</div>
<div fxLayout="row">
<div class="flex flex-row">
<button
mat-icon-button
matTooltip="Copy URL"
Expand All @@ -68,7 +68,7 @@ <h2 mat-dialog-title>Web calendar</h2>
<mat-card class="webcal-options-card">
<h3 style="margin-bottom: 0">Options</h3>

<div fxLayout="row" fxLayoutAlign="start center" class="webcal-options-inclusions">
<div class="flex flex-row" justify-content: flex-start align-items: center class="webcal-options-inclusions">
<span style="font-weight: bold; margin-right: 1em">Included units in my calendar:</span>
</div>

Expand Down

0 comments on commit e113734

Please sign in to comment.