Skip to content

Commit 43331fc

Browse files
Deploying to master from @ d503d77 🚀
1 parent d503d77 commit 43331fc

File tree

5 files changed

+120
-80
lines changed

5 files changed

+120
-80
lines changed

public/appBundle.5f270ae4a372282bd28c.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22

3-
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
3+
JSZip v3.7.0 - A JavaScript class for generating and reading zip files
44
<http://stuartk.com/jszip>
55

66
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7-
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
7+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
88

99
JSZip uses the library pako released under the MIT license :
10-
https://github.com/nodeca/pako/blob/main/LICENSE
10+
https://github.com/nodeca/pako/blob/master/LICENSE
1111
*/

public/appBundle.a49ce04b766cdbc841a7.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/assets/css/styles.css

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
input:focus {
66
outline: none;
77
}
8+
9+
.hidden-text {
10+
color: white;
11+
}
12+
813
#welcome-modal-parent {
914
z-index: 4;
1015
opacity: 0;
@@ -67,6 +72,25 @@ input:focus {
6772
}
6873
}
6974

75+
#welcome-modal-title {
76+
display: table;
77+
width: inherit;
78+
}
79+
80+
#welcome-modal-title-welcome-text {
81+
float: left;
82+
}
83+
84+
#welcome-modal-language-text-parent {
85+
float: right;
86+
color: #343434;
87+
}
88+
89+
.language-text:hover {
90+
cursor: pointer;
91+
font-weight: 600;
92+
}
93+
7094
#welcome-modal-description {
7195
margin-left: calc(19px / var(--screen-size-delta));
7296
margin-top: calc(16px / var(--screen-size-delta));
@@ -553,7 +577,9 @@ input:focus {
553577
}
554578

555579
.popup-label-buttons {
556-
font-size: calc(14.55px / var(--screen-size-delta));
580+
font-size: calc(
581+
(14.55px / var(--screen-size-delta)) - var(--popup-button-font-delta)
582+
);
557583
}
558584

559585
.buttons {
@@ -718,7 +744,7 @@ input:focus {
718744

719745
.format-option-checkbox-popover {
720746
margin-top: calc(-27px / var(--screen-size-delta));
721-
margin-left: calc(21px / var(--screen-size-delta));
747+
right: calc(6px / var(--screen-size-delta));
722748
}
723749

724750
.format-option-text-popover {
@@ -806,6 +832,13 @@ input:focus {
806832
margin-left: calc(10px / var(--screen-size-delta));
807833
}
808834

835+
.modal-title-right {
836+
margin-top: calc(6px / var(--screen-size-delta));
837+
margin-right: calc(11px / var(--screen-size-delta));
838+
font-size: calc(13px / var(--screen-size-delta));
839+
letter-spacing: -0.5px;
840+
}
841+
809842
.modal-title-border-line {
810843
width: 100%;
811844
margin-top: calc(5px / var(--screen-size-delta));
@@ -821,7 +854,9 @@ input:focus {
821854
}
822855

823856
.modal-buttons {
824-
font-size: calc(14.5px / var(--screen-size-delta));
857+
font-size: calc(
858+
(14.5px / var(--screen-size-delta)) - var(--modal-button-font-delta)
859+
);
825860
}
826861

827862
.modal-messages {

0 commit comments

Comments
 (0)