Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add some Vocabulary typography styles
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Feb 13, 2020
commit bd0b3622fdf82732ed4533c0fab681d3ef5f81b4
25 changes: 25 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,21 @@ export default {
line-height: 27px;
margin-bottom: 12px;
}
.vocab-h4a {
font-family: Roboto Condensed;
font-style: normal;
font-weight: bold;
font-size: 23px;
line-height: 30px;
letter-spacing: 0.02em;
padding-bottom: 8px;
}
.vocab-h5 {
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
padding-bottom: 8px;
}
.vocab-tomato {
color: #ED592F!important;
Expand All @@ -172,6 +182,21 @@ export default {
margin-bottom: 8px;
padding-bottom: 8px;
}
.vocab-body-normal {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
margin-bottom: 8px;
padding-bottom: 8px;
}
.vocab-caption {
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 19px;
padding-bottom: 8px;
}
.normal-gray {
color: #D8D8D8!important;
}
Expand Down