Skip to content

Commit 6977431

Browse files
committed
right-align download button
1 parent 8a5ebbd commit 6977431

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

src/components/ScheduleGenerate/ScheduleGenerateModal.vue

+33-33
Original file line numberDiff line numberDiff line change
@@ -72,39 +72,39 @@
7272
<span :class="currentPage === 5 ? 'footer-text-disabled' : 'footer-text'">Next</span>
7373
</button>
7474
<span class="pagination-text ml-25">Page {{ currentPage }}/5</span>
75-
<div class="download-button" @click="downloadSchedule">
76-
<svg
77-
xmlns="http://www.w3.org/2000/svg"
78-
width="19"
79-
height="19"
80-
class="download-button-icon"
81-
viewBox="0 0 19 19"
82-
fill="none"
83-
>
84-
<path
85-
d="M16.625 11.875V15.0417C16.625 15.4616 16.4582 15.8643 16.1613 16.1613C15.8643 16.4582 15.4616 16.625 15.0417 16.625H3.95833C3.53841 16.625 3.13568 16.4582 2.83875 16.1613C2.54181 15.8643 2.375 15.4616 2.375 15.0417V11.875"
86-
stroke="white"
87-
stroke-width="1.05556"
88-
stroke-linecap="round"
89-
stroke-linejoin="round"
90-
/>
91-
<path
92-
d="M5.54199 7.91699L9.50033 11.8753L13.4587 7.91699"
93-
stroke="white"
94-
stroke-width="1.05556"
95-
stroke-linecap="round"
96-
stroke-linejoin="round"
97-
/>
98-
<path
99-
d="M9.5 11.875V2.375"
100-
stroke="white"
101-
stroke-width="1.05556"
102-
stroke-linecap="round"
103-
stroke-linejoin="round"
104-
/>
105-
</svg>
106-
<span>Download</span>
107-
</div>
75+
</div>
76+
<div class="download-button" @click="downloadSchedule">
77+
<svg
78+
xmlns="http://www.w3.org/2000/svg"
79+
width="19"
80+
height="19"
81+
class="download-button-icon"
82+
viewBox="0 0 19 19"
83+
fill="none"
84+
>
85+
<path
86+
d="M16.625 11.875V15.0417C16.625 15.4616 16.4582 15.8643 16.1613 16.1613C15.8643 16.4582 15.4616 16.625 15.0417 16.625H3.95833C3.53841 16.625 3.13568 16.4582 2.83875 16.1613C2.54181 15.8643 2.375 15.4616 2.375 15.0417V11.875"
87+
stroke="white"
88+
stroke-width="1.05556"
89+
stroke-linecap="round"
90+
stroke-linejoin="round"
91+
/>
92+
<path
93+
d="M5.54199 7.91699L9.50033 11.8753L13.4587 7.91699"
94+
stroke="white"
95+
stroke-width="1.05556"
96+
stroke-linecap="round"
97+
stroke-linejoin="round"
98+
/>
99+
<path
100+
d="M9.5 11.875V2.375"
101+
stroke="white"
102+
stroke-width="1.05556"
103+
stroke-linecap="round"
104+
stroke-linejoin="round"
105+
/>
106+
</svg>
107+
<span>Download</span>
108108
</div>
109109
</div>
110110
</div>

0 commit comments

Comments
 (0)