-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2abfd2f
commit 7a07003
Showing
7 changed files
with
142 additions
and
150 deletions.
There are no files selected for viewing
20 changes: 9 additions & 11 deletions
20
frontend/src/components/ConfirmationDialog/ConfirmationDialog.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.ConfirmationDialog { | ||
&-title { | ||
word-wrap: break-word; | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
|
||
&-title { | ||
word-wrap: break-word; | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
|
||
&-content { | ||
word-wrap: break-word; | ||
} | ||
|
||
} | ||
&-content { | ||
word-wrap: break-word; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,46 @@ | ||
.Footer { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: space-between; | ||
padding-block: 60px 20px; | ||
gap: 30px; | ||
background: var(--Grey-11, #1c1c1c); | ||
|
||
&-logo { | ||
display: flex; | ||
flex-direction: column; | ||
flex-direction: row; | ||
align-items: center; | ||
justify-content: space-between; | ||
padding-block: 60px 20px; | ||
gap: 30px; | ||
background: var(--Grey-11, #1C1C1C); | ||
|
||
justify-content: center; | ||
gap: 10px; | ||
} | ||
|
||
&-logo { | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
justify-content: center; | ||
gap: 10px; | ||
} | ||
|
||
&-bottom { | ||
padding: 10px 20px; | ||
width: 80vw; | ||
border-radius: 100px; | ||
border: 1px solid var(--Grey-15, #262626); | ||
background: var(--Grey-10, #1A1A1A); | ||
display: grid; | ||
grid-template-columns: 1fr auto 1fr; | ||
align-items: center; | ||
} | ||
&-bottom { | ||
padding: 10px 20px; | ||
width: 80vw; | ||
border-radius: 100px; | ||
border: 1px solid var(--Grey-15, #262626); | ||
background: var(--Grey-10, #1a1a1a); | ||
display: grid; | ||
grid-template-columns: 1fr auto 1fr; | ||
align-items: center; | ||
} | ||
|
||
&-github { | ||
background: #caff33 !important; | ||
} | ||
&-github { | ||
background: #caff33 !important; | ||
} | ||
|
||
&-trademark { | ||
display: inline; | ||
font-size: 0.8rem !important; | ||
font-weight: 200 !important; | ||
color: var(--Grey-Shades-70, var(--Text-Disabled-On-Disabled, #B3B3B3)) !important; | ||
grid-column: 2; | ||
justify-self: center; | ||
} | ||
&-trademark { | ||
display: inline; | ||
font-size: 0.8rem !important; | ||
font-weight: 200 !important; | ||
color: var(--Grey-Shades-70, var(--Text-Disabled-On-Disabled, #b3b3b3)) !important; | ||
grid-column: 2; | ||
justify-self: center; | ||
} | ||
|
||
&-terms { | ||
grid-column: 3; | ||
justify-self: end; | ||
} | ||
} | ||
&-terms { | ||
grid-column: 3; | ||
justify-self: end; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
.MainDialog { | ||
&-title { | ||
word-wrap: break-word; | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
|
||
&-title { | ||
word-wrap: break-word; | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
|
||
&-content { | ||
word-wrap: break-word; | ||
} | ||
|
||
} | ||
&-content { | ||
word-wrap: break-word; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
.Navbar { | ||
display: flex; | ||
padding: 20px 34px; | ||
justify-content: space-between; | ||
align-items: center; | ||
border-radius: 100px; | ||
border: 1px solid var(--Grey-15, #262626); | ||
background: var(--Grey-11, #1c1c1c); | ||
|
||
&-logo { | ||
display: flex; | ||
padding: 20px 34px; | ||
justify-content: space-between; | ||
flex-direction: row; | ||
align-items: center; | ||
border-radius: 100px; | ||
border: 1px solid var(--Grey-15, #262626); | ||
background: var(--Grey-11, #1C1C1C); | ||
|
||
&-logo { | ||
display: flex; | ||
flex-direction: row; | ||
align-items: center; | ||
gap: 10px; | ||
} | ||
gap: 10px; | ||
} | ||
|
||
&-buttons { | ||
display: flex; | ||
gap: 20px; | ||
} | ||
&-buttons { | ||
display: flex; | ||
gap: 20px; | ||
} | ||
|
||
&-title { | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
} | ||
&-title { | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
} |
88 changes: 43 additions & 45 deletions
88
frontend/src/components/QuestionDialog/QuestionDialog.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,56 @@ | ||
.QuestionDialog { | ||
|
||
&-title { | ||
word-wrap: break-word; | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
&-title { | ||
word-wrap: break-word; | ||
font-size: 1.5rem !important; | ||
font-weight: 700 !important; | ||
} | ||
|
||
&-content { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 10px; | ||
} | ||
|
||
&-line { | ||
display: flex; | ||
gap: 10px; | ||
} | ||
|
||
&-input { | ||
background: #909090; | ||
border-radius: 10px; | ||
|
||
&-text { | ||
color: white !important; | ||
} | ||
|
||
&-content { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 10px; | ||
&-label { | ||
color: white !important; | ||
} | ||
|
||
&-line { | ||
display: flex; | ||
gap: 10px; | ||
&-id { | ||
flex: 1; | ||
} | ||
|
||
&-input { | ||
background: #909090; | ||
border-radius: 10px; | ||
|
||
&-text { | ||
color: white !important; | ||
} | ||
|
||
&-label { | ||
color: white !important; | ||
} | ||
|
||
&-id { | ||
flex: 1; | ||
} | ||
|
||
&-title { | ||
flex: 4; | ||
} | ||
&-title { | ||
flex: 4; | ||
} | ||
|
||
&-complexity { | ||
flex: 1; | ||
} | ||
&-complexity { | ||
flex: 1; | ||
} | ||
|
||
&-categories { | ||
flex: 4; | ||
} | ||
&-categories { | ||
flex: 4; | ||
} | ||
} | ||
|
||
&-error { | ||
margin-top: 10px; | ||
border-radius: 10px; | ||
&-error { | ||
margin-top: 10px; | ||
border-radius: 10px; | ||
|
||
&-text { | ||
color: white !important; | ||
} | ||
&-text { | ||
color: white !important; | ||
} | ||
|
||
} | ||
} | ||
} |
Oops, something went wrong.