mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
175 B
16 lines
175 B
8 years ago
|
|
||
|
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');
|
||
|
}
|
||
|
}
|