Skip to content

Commit

Permalink
feat: Change default font sizes - MEED-7147 - Meeds-io/MIPs#144 (#1015)
Browse files Browse the repository at this point in the history
This change will apply new font sizes:
- Title: 20px, regularColor, Bold
- Header: 18px, lowImportanceColor, Regular
- Body: 16px, regularColor, Regular
- Subtitle: 12px, lowImportanceColor, Regular
  • Loading branch information
boubaker committed Jul 4, 2024
1 parent ea92329 commit a74e814
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@blockquoteFontStyle: normal;
@blockquoteMargin: 0 0 10px 0;
@blockquotePadding: 10px;
@ckEditableFontSize: 14px;
@ckEditableFontSize: 16px;
@ckEditableLineHeight: 1.4;
@listMargin: 0 0 10px 0;

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
padding: 6px 25px 4px 6px ~'; /** orientation=rt */ ';
.popupTitle {
color: @textColor;
font-size: 14px;
font-weight: bold;
line-height: 25px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</v-list-item-icon>

<v-list-item-content>
<v-list-item-title class="text-color body-2 text-truncate">{{ noteTitle }}</v-list-item-title>
<v-list-item-title class="text-color text-truncate">{{ noteTitle }}</v-list-item-title>
</v-list-item-content>

<v-list-item-action>
Expand Down

0 comments on commit a74e814

Please sign in to comment.