Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Singa-pirate committed Sep 27, 2024
1 parent 2abfd2f commit 7a07003
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 150 deletions.
20 changes: 9 additions & 11 deletions frontend/src/components/ConfirmationDialog/ConfirmationDialog.scss
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;
}
}
79 changes: 39 additions & 40 deletions frontend/src/components/Footer/Footer.scss
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;
}
}
20 changes: 9 additions & 11 deletions frontend/src/components/MainDialog/MainDialog.scss
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;
}
}
42 changes: 21 additions & 21 deletions frontend/src/components/Navbar/Navbar.scss
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 frontend/src/components/QuestionDialog/QuestionDialog.scss
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;
}

}
}
}
Loading

0 comments on commit 7a07003

Please sign in to comment.