typography: remove module css
This commit is contained in:
parent
9d720d31b4
commit
456cfdfbb0
4 changed files with 12 additions and 13 deletions
48
src/material/typography.css
Normal file
48
src/material/typography.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
.display4 {
|
||||
font-size: 7rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.display3 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
.display2 {
|
||||
font-size: 2.8125rem;
|
||||
}
|
||||
|
||||
.display1 {
|
||||
font-size: 2.125rem;
|
||||
}
|
||||
|
||||
.headline {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: var(--title-size);
|
||||
font-weight: var(--title-weight);
|
||||
line-height: var(--title-line-height);
|
||||
}
|
||||
|
||||
.subheading {
|
||||
font-size: var(--subheading-size);
|
||||
}
|
||||
|
||||
.body1, .body2 {
|
||||
font-size: var(--body-size);
|
||||
}
|
||||
|
||||
.body2 {
|
||||
font-weight: var(--body2-weight);
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-size: var(--caption-size);
|
||||
}
|
||||
|
||||
.buttonText {
|
||||
font-weight: var(--button-weight);
|
||||
font-size: var(--button-size);
|
||||
text-transform: var(--button-text-transform);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue