Spaces:
Sleeping
Sleeping
Artem Nikolaev commited on
Commit ·
565502b
1
Parent(s): d99c55e
Delete sheets, calendar icons
Browse files- web/index.html +0 -6
- web/style.css +0 -5
web/index.html
CHANGED
|
@@ -38,20 +38,14 @@
|
|
| 38 |
|
| 39 |
<div class="upload-choice">
|
| 40 |
<div class="option-card">
|
| 41 |
-
<div class="option-choice">
|
| 42 |
-
<img src="/web/icons/sheetsLogo-svgrepo-com.svg" alt="">
|
| 43 |
<h3>Google Sheets</h3>
|
| 44 |
-
</div>
|
| 45 |
<label>
|
| 46 |
<input type="checkbox" id="exportSheets"> Экспортировать
|
| 47 |
</label>
|
| 48 |
<input type="text" id="sheetsUrl" class="option-input" placeholder="URL таблицы" disabled>
|
| 49 |
</div>
|
| 50 |
<div class="option-card">
|
| 51 |
-
<div class="option-choice">
|
| 52 |
-
<img src="/web/icons/calendarLogo.svg" alt="">
|
| 53 |
<h3>Google Calendar</h3>
|
| 54 |
-
</div>
|
| 55 |
<label>
|
| 56 |
<input type="checkbox" id="exportCalendar"> Экспортировать
|
| 57 |
</label>
|
|
|
|
| 38 |
|
| 39 |
<div class="upload-choice">
|
| 40 |
<div class="option-card">
|
|
|
|
|
|
|
| 41 |
<h3>Google Sheets</h3>
|
|
|
|
| 42 |
<label>
|
| 43 |
<input type="checkbox" id="exportSheets"> Экспортировать
|
| 44 |
</label>
|
| 45 |
<input type="text" id="sheetsUrl" class="option-input" placeholder="URL таблицы" disabled>
|
| 46 |
</div>
|
| 47 |
<div class="option-card">
|
|
|
|
|
|
|
| 48 |
<h3>Google Calendar</h3>
|
|
|
|
| 49 |
<label>
|
| 50 |
<input type="checkbox" id="exportCalendar"> Экспортировать
|
| 51 |
</label>
|
web/style.css
CHANGED
|
@@ -117,11 +117,6 @@ p {
|
|
| 117 |
min-width: 250px;
|
| 118 |
}
|
| 119 |
|
| 120 |
-
.option-choice {
|
| 121 |
-
display: flex;
|
| 122 |
-
gap: 5px;
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
.option-choice img {
|
| 126 |
max-width: 100%;
|
| 127 |
height: 30px;
|
|
|
|
| 117 |
min-width: 250px;
|
| 118 |
}
|
| 119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
.option-choice img {
|
| 121 |
max-width: 100%;
|
| 122 |
height: 30px;
|