Skip to content

Commit

Permalink
minor design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Feb 15, 2024
1 parent a729eb4 commit 9581ab1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
7 changes: 7 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ input {
}
}

h1 {
letter-spacing: -1px;
}
h2 {
letter-spacing: -0.5px;
}

[data-theme='dark'] {
--bg-color: #020c13;
--btn-color: #010407;
Expand Down
14 changes: 14 additions & 0 deletions src/views/Help/Help.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.Help {
margin-bottom: 100px;
.container {
display: flex;
}
Expand All @@ -14,6 +15,7 @@
text-decoration: none;
color: #ffffff;
font-weight: bold;
transition: color 0.3s;
.db {
color: #020c13;
}
Expand All @@ -26,6 +28,18 @@
}
}

i {
font-size: 20px;
}

p {
line-height: 1.3;
}

h3 {
margin-top: 50px;
}

.liIcon {
margin-bottom: -5px;
}
Expand Down
14 changes: 2 additions & 12 deletions src/views/Help/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,7 @@ function Help() {
<li>
<p>
By pressing{' '}
<i
className="bi bi-cloud-arrow-up-fill icon -mr2"
style={{
verticalAlign: '-4px',
}}
></i>{' '}
<i className="bi bi-cloud-arrow-up-fill icon -mr2"></i>{' '}
'Upload' you complete the process
and can now use the newly uploaded
documents.
Expand Down Expand Up @@ -137,12 +132,7 @@ function Help() {
<li>
<p>
Using{' '}
<i
className="bi bi-play-fill icon mr-2"
style={{
verticalAlign: '-4px',
}}
></i>
<i className="bi bi-play-fill icon mr-2"></i>
'Run' will finish the
creation-process, so you can
interact with the newly structured
Expand Down

0 comments on commit 9581ab1

Please sign in to comment.