Merged core back into main project
This commit is contained in:
16
client/scss/components/typography.scss
Normal file
16
client/scss/components/typography.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@each $color, $colorvalue in $material-colors {
|
||||
i.is-#{$color} {
|
||||
color: mc($color, '600');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user