Skip to content

Commit

Permalink
feat: improve list and text item styles (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Oct 4, 2023
1 parent 3887c0a commit 98bc30d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions src/components/Common/Typography/List.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,4 @@
color: var(--text);
font-style: normal;
font-stretch: normal;
letter-spacing: 0.3px;
font-size: 15px;
line-height: 24px;
font-weight: var(--weight-light);
}

@media only screen and (max-width: 767px) {
.List > .ListItem {
font-size: 11px;
}
}
1 change: 0 additions & 1 deletion src/components/Common/Typography/Text.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.Text {
font-stretch: normal;
letter-spacing: 0.3px;
}

.Text.Text--size-xs {
Expand Down
3 changes: 0 additions & 3 deletions src/components/Proposal/CategoryAssessment.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@
.CategoryAssessment__Question {
font-size: 13px !important;
}
.CategoryAssessment__Text {
font-size: 15px !important;
}
}

0 comments on commit 98bc30d

Please sign in to comment.