Spaces:
Running
Running
Update assets/index-48a6f08c.css
Browse files- assets/index-48a6f08c.css +34 -36
assets/index-48a6f08c.css
CHANGED
|
@@ -1,17 +1,15 @@
|
|
| 1 |
:root {
|
| 2 |
-
--primary-color: #
|
| 3 |
-
--
|
| 4 |
-
--
|
| 5 |
-
--
|
| 6 |
}
|
| 7 |
|
| 8 |
#root {
|
| 9 |
-
max-width:
|
| 10 |
margin: 0 auto;
|
| 11 |
padding: 2rem;
|
| 12 |
text-align: center;
|
| 13 |
-
background-color: var(--background-color);
|
| 14 |
-
color: var(--text-color);
|
| 15 |
}
|
| 16 |
|
| 17 |
.language-container {
|
|
@@ -23,32 +21,28 @@
|
|
| 23 |
display: flex;
|
| 24 |
justify-content: center;
|
| 25 |
gap: 20px;
|
| 26 |
-
width:
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
-
.textbox-container
|
| 30 |
width: 50%;
|
| 31 |
-
background-color: var(--background-color);
|
| 32 |
-
color: var(--text-color);
|
| 33 |
}
|
| 34 |
|
| 35 |
.language-selector {
|
| 36 |
width: 50%;
|
| 37 |
}
|
| 38 |
|
| 39 |
-
.language-selector
|
| 40 |
width: 150px;
|
| 41 |
-
background-color: var(--background-color);
|
| 42 |
-
color: var(--text-color);
|
| 43 |
}
|
| 44 |
|
| 45 |
.progress-container {
|
| 46 |
position: relative;
|
| 47 |
font-size: 14px;
|
| 48 |
color: var(--text-color);
|
| 49 |
-
background-color: var(--
|
| 50 |
border: solid 1px;
|
| 51 |
-
border-color: var(--secondary-color);
|
| 52 |
border-radius: 8px;
|
| 53 |
text-align: left;
|
| 54 |
overflow: hidden;
|
|
@@ -92,56 +86,60 @@ body {
|
|
| 92 |
place-items: center;
|
| 93 |
min-width: 320px;
|
| 94 |
min-height: 100vh;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
background-color: var(--background-color);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
}
|
| 97 |
|
| 98 |
h1 {
|
| 99 |
font-size: 3.2em;
|
| 100 |
line-height: 1;
|
| 101 |
-
color: var(--text-color);
|
| 102 |
-
}
|
| 103 |
-
|
| 104 |
-
h1, h2 {
|
| 105 |
margin: 8px;
|
| 106 |
-
color: var(--text-color);
|
| 107 |
}
|
| 108 |
|
| 109 |
select {
|
| 110 |
padding: .3em;
|
| 111 |
cursor: pointer;
|
|
|
|
| 112 |
border-radius: 8px;
|
| 113 |
border: 1px solid transparent;
|
| 114 |
font-size: 1em;
|
| 115 |
-
|
| 116 |
-
background-color: var(--primary-color);
|
| 117 |
transition: border-color .25s;
|
| 118 |
-
color: var(--text-color);
|
| 119 |
}
|
| 120 |
|
| 121 |
select:hover {
|
| 122 |
-
border-color: var(--
|
| 123 |
}
|
| 124 |
|
| 125 |
-
select:focus,
|
|
|
|
| 126 |
outline: 4px auto -webkit-focus-ring-color;
|
| 127 |
}
|
| 128 |
|
| 129 |
textarea {
|
| 130 |
padding: .6em;
|
|
|
|
| 131 |
border-radius: 8px;
|
| 132 |
border: 1px solid transparent;
|
| 133 |
font-size: 1em;
|
| 134 |
-
|
| 135 |
-
background-color: var(--primary-color);
|
| 136 |
transition: border-color .25s;
|
| 137 |
-
color: var(--text-color);
|
| 138 |
}
|
| 139 |
|
| 140 |
textarea:hover {
|
| 141 |
-
border-color: var(--
|
| 142 |
}
|
| 143 |
|
| 144 |
-
textarea:focus,
|
|
|
|
| 145 |
outline: 4px auto -webkit-focus-ring-color;
|
| 146 |
}
|
| 147 |
|
|
@@ -149,20 +147,20 @@ button {
|
|
| 149 |
padding: .6em 1.2em;
|
| 150 |
cursor: pointer;
|
| 151 |
font-weight: 500;
|
|
|
|
| 152 |
border-radius: 8px;
|
| 153 |
border: 1px solid transparent;
|
| 154 |
font-size: 1em;
|
| 155 |
-
|
| 156 |
-
background-color: var(--primary-color);
|
| 157 |
transition: border-color .25s;
|
| 158 |
-
color: var(--text-color);
|
| 159 |
}
|
| 160 |
|
| 161 |
button:hover:not([disabled]) {
|
| 162 |
-
border-color: var(--
|
| 163 |
}
|
| 164 |
|
| 165 |
-
button:focus,
|
|
|
|
| 166 |
outline: 4px auto -webkit-focus-ring-color;
|
| 167 |
}
|
| 168 |
|
|
|
|
| 1 |
:root {
|
| 2 |
+
--primary-color: #007bff;
|
| 3 |
+
--background-color: #213547;
|
| 4 |
+
--text-color: #fff;
|
| 5 |
+
--inactive-color: #e9ecef;
|
| 6 |
}
|
| 7 |
|
| 8 |
#root {
|
| 9 |
+
max-width: 100%;
|
| 10 |
margin: 0 auto;
|
| 11 |
padding: 2rem;
|
| 12 |
text-align: center;
|
|
|
|
|
|
|
| 13 |
}
|
| 14 |
|
| 15 |
.language-container {
|
|
|
|
| 21 |
display: flex;
|
| 22 |
justify-content: center;
|
| 23 |
gap: 20px;
|
| 24 |
+
width: 100%;
|
| 25 |
+
max-width: 800px;
|
| 26 |
}
|
| 27 |
|
| 28 |
+
.textbox-container>textarea {
|
| 29 |
width: 50%;
|
|
|
|
|
|
|
| 30 |
}
|
| 31 |
|
| 32 |
.language-selector {
|
| 33 |
width: 50%;
|
| 34 |
}
|
| 35 |
|
| 36 |
+
.language-selector>select {
|
| 37 |
width: 150px;
|
|
|
|
|
|
|
| 38 |
}
|
| 39 |
|
| 40 |
.progress-container {
|
| 41 |
position: relative;
|
| 42 |
font-size: 14px;
|
| 43 |
color: var(--text-color);
|
| 44 |
+
background-color: var(--inactive-color);
|
| 45 |
border: solid 1px;
|
|
|
|
| 46 |
border-radius: 8px;
|
| 47 |
text-align: left;
|
| 48 |
overflow: hidden;
|
|
|
|
| 86 |
place-items: center;
|
| 87 |
min-width: 320px;
|
| 88 |
min-height: 100vh;
|
| 89 |
+
font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif;
|
| 90 |
+
line-height: 1.5;
|
| 91 |
+
font-weight: 400;
|
| 92 |
+
color: var(--text-color);
|
| 93 |
background-color: var(--background-color);
|
| 94 |
+
font-synthesis: none;
|
| 95 |
+
text-rendering: optimizeLegibility;
|
| 96 |
+
-webkit-font-smoothing: antialiased;
|
| 97 |
+
-moz-osx-font-smoothing: grayscale;
|
| 98 |
+
-webkit-text-size-adjust: 100%;
|
| 99 |
}
|
| 100 |
|
| 101 |
h1 {
|
| 102 |
font-size: 3.2em;
|
| 103 |
line-height: 1;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
margin: 8px;
|
|
|
|
| 105 |
}
|
| 106 |
|
| 107 |
select {
|
| 108 |
padding: .3em;
|
| 109 |
cursor: pointer;
|
| 110 |
+
font-family: inherit;
|
| 111 |
border-radius: 8px;
|
| 112 |
border: 1px solid transparent;
|
| 113 |
font-size: 1em;
|
| 114 |
+
background-color: var(--inactive-color);
|
|
|
|
| 115 |
transition: border-color .25s;
|
|
|
|
| 116 |
}
|
| 117 |
|
| 118 |
select:hover {
|
| 119 |
+
border-color: var(--primary-color);
|
| 120 |
}
|
| 121 |
|
| 122 |
+
select:focus,
|
| 123 |
+
select:focus-visible {
|
| 124 |
outline: 4px auto -webkit-focus-ring-color;
|
| 125 |
}
|
| 126 |
|
| 127 |
textarea {
|
| 128 |
padding: .6em;
|
| 129 |
+
font-family: inherit;
|
| 130 |
border-radius: 8px;
|
| 131 |
border: 1px solid transparent;
|
| 132 |
font-size: 1em;
|
| 133 |
+
background-color: var(--inactive-color);
|
|
|
|
| 134 |
transition: border-color .25s;
|
|
|
|
| 135 |
}
|
| 136 |
|
| 137 |
textarea:hover {
|
| 138 |
+
border-color: var(--primary-color);
|
| 139 |
}
|
| 140 |
|
| 141 |
+
textarea:focus,
|
| 142 |
+
textarea:focus-visible {
|
| 143 |
outline: 4px auto -webkit-focus-ring-color;
|
| 144 |
}
|
| 145 |
|
|
|
|
| 147 |
padding: .6em 1.2em;
|
| 148 |
cursor: pointer;
|
| 149 |
font-weight: 500;
|
| 150 |
+
font-family: inherit;
|
| 151 |
border-radius: 8px;
|
| 152 |
border: 1px solid transparent;
|
| 153 |
font-size: 1em;
|
| 154 |
+
background-color: var(--inactive-color);
|
|
|
|
| 155 |
transition: border-color .25s;
|
|
|
|
| 156 |
}
|
| 157 |
|
| 158 |
button:hover:not([disabled]) {
|
| 159 |
+
border-color: var(--primary-color);
|
| 160 |
}
|
| 161 |
|
| 162 |
+
button:focus,
|
| 163 |
+
button:focus-visible {
|
| 164 |
outline: 4px auto -webkit-focus-ring-color;
|
| 165 |
}
|
| 166 |
|