updates
Browse files- static/index.html +1 -1
- static/style.css +12 -3
static/index.html
CHANGED
@@ -121,7 +121,7 @@
|
|
121 |
</div>
|
122 |
</div>
|
123 |
<div class="row mt-4">
|
124 |
-
<div class="col flex-grow-0 nopadding">
|
125 |
<a id="download-button" class="btn btn-outline-primary"
|
126 |
>Download image <img src="images/download_icon.svg"
|
127 |
/></a>
|
|
|
121 |
</div>
|
122 |
</div>
|
123 |
<div class="row mt-4">
|
124 |
+
<div class="col flex-grow-0 nopadding ml-13">
|
125 |
<a id="download-button" class="btn btn-outline-primary"
|
126 |
>Download image <img src="images/download_icon.svg"
|
127 |
/></a>
|
static/style.css
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
|
|
1 |
:root {
|
2 |
--primary-color: rgba(26, 109, 255, 1);
|
3 |
}
|
4 |
|
5 |
-
@import url("https://fonts.cdnfonts.com/css/inter");
|
6 |
-
|
7 |
body {
|
8 |
font-family: "Inter", sans-serif;
|
9 |
}
|
@@ -191,6 +191,10 @@ img.thumbnail {
|
|
191 |
align-items: center;
|
192 |
}
|
193 |
|
|
|
|
|
|
|
|
|
194 |
.action-menu button,
|
195 |
.action-menu a.btn {
|
196 |
width: 175px;
|
@@ -366,6 +370,7 @@ img.thumbnail {
|
|
366 |
font-size: 14px;
|
367 |
font-weight: 500;
|
368 |
height: 40px;
|
|
|
369 |
}
|
370 |
|
371 |
.btn-primary {
|
@@ -406,7 +411,11 @@ img.thumbnail {
|
|
406 |
|
407 |
.nopadding {
|
408 |
padding: 0 !important;
|
409 |
-
margin: 0 !important
|
|
|
|
|
|
|
|
|
410 |
}
|
411 |
|
412 |
@media screen and (max-width: 1100px) {
|
|
|
1 |
+
@import url("https://fonts.cdnfonts.com/css/inter");
|
2 |
+
|
3 |
:root {
|
4 |
--primary-color: rgba(26, 109, 255, 1);
|
5 |
}
|
6 |
|
|
|
|
|
7 |
body {
|
8 |
font-family: "Inter", sans-serif;
|
9 |
}
|
|
|
191 |
align-items: center;
|
192 |
}
|
193 |
|
194 |
+
.alert.alert-secondary.action-menu .row .col.nopadding {
|
195 |
+
margin-left: 14px !important;
|
196 |
+
}
|
197 |
+
|
198 |
.action-menu button,
|
199 |
.action-menu a.btn {
|
200 |
width: 175px;
|
|
|
370 |
font-size: 14px;
|
371 |
font-weight: 500;
|
372 |
height: 40px;
|
373 |
+
line-height: 26px;
|
374 |
}
|
375 |
|
376 |
.btn-primary {
|
|
|
411 |
|
412 |
.nopadding {
|
413 |
padding: 0 !important;
|
414 |
+
margin: 0 !important;
|
415 |
+
}
|
416 |
+
|
417 |
+
.ml-13 {
|
418 |
+
margin-left: 13px !important;
|
419 |
}
|
420 |
|
421 |
@media screen and (max-width: 1100px) {
|