Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 7df84a6

Browse files
committed
Updated with new logo and simple layout
1 parent bf92bd4 commit 7df84a6

21 files changed

Lines changed: 101 additions & 172 deletions

app/css/styles.css

Lines changed: 31 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ body {
3131
}
3232

3333
.app__header-icon {
34-
width: 30px;
35-
height: 30px;
34+
width: 35px;
35+
height: 35px;
3636
display: -webkit-box;
3737
display: -ms-flexbox;
3838
display: flex;
@@ -323,60 +323,26 @@ video {
323323
bottom: 0;
324324
right: 0;
325325
left: 0;
326-
border-color: rgba(0, 0, 0, 0.33);
326+
border-color: #ffffff;
327+
border-width: 2px;
327328
transition: all 200ms ease-in;
328-
width: 290px;
329-
height: 290px;
329+
width: 360px;
330+
height: 360px;
330331
margin: auto;
332+
border-radius: 2px;
331333
}
332334

333-
.app__overlay::before,
334-
.app__overlay-frame::before,
335-
.app__overlay-frame::after,
336-
.app__overlay::after {
337-
border: 2px solid #ffffff;
338-
content: " ";
339-
position: absolute;
340-
width: 100px;
341-
height: 100px;
342-
}
343-
344-
.app__overlay-frame::before {
345-
border-left: 0;
346-
border-bottom: 0;
347-
top: 0;
348-
right: 0;
349-
}
350-
351-
.app__overlay::before {
352-
border-right: 0;
353-
border-bottom: 0;
354-
top: 0;
355-
left: 0;
356-
}
357-
358-
.app__overlay-frame::after {
359-
border-top: 0;
360-
border-right: 0;
361-
left: 0;
362-
bottom: 0;
363-
}
364-
365-
.app__overlay::after {
366-
border-top: 0;
367-
border-left: 0;
368-
right: 0;
369-
bottom: 0;
370-
}
371-
372-
.app__help-text {
335+
.app__help-text,
336+
.app__select-photos {
373337
color: #fff;
374338
position: absolute;
375-
bottom: -50px;
376-
font-size: 19px;
339+
bottom: -70px;
340+
font-size: 18px;
377341
left: 0;
378342
right: 0;
379343
text-align: center;
344+
user-select: none;
345+
display: none;
380346
}
381347

382348
.app__dialog-overlay {
@@ -395,3 +361,21 @@ video {
395361
left: 10px;
396362
display: none;
397363
}
364+
365+
.app__select-photos {
366+
font-size: 19px;
367+
font-weight: 500;
368+
width: 250px;
369+
height: 35px;
370+
line-height: 35px;
371+
margin: 0 auto;
372+
cursor: pointer;
373+
position: fixed;
374+
bottom: 20px;
375+
text-transform: uppercase;
376+
}
377+
378+
.app__select-photos:active {
379+
opacity: 0.9;
380+
transform: scale(0.98);
381+
}
-2.38 KB
Binary file not shown.
1.93 KB
Loading
10.1 KB
Loading
-2.38 KB
Binary file not shown.
-3.05 KB
Binary file not shown.
-3.05 KB
Binary file not shown.
3.52 KB
Loading
-3.05 KB
Binary file not shown.

app/images/touch/favicon-16x16.png

179 Bytes
Loading

0 commit comments

Comments
 (0)