Fix indent

This commit is contained in:
squidfunk 2016-09-02 00:44:04 +02:00
parent fec7e13bea
commit d7d7ef566c
2 changed files with 16 additions and 16 deletions

View File

@ -28,30 +28,30 @@
* Base icon class
*/
.md-icon {
font-family: "Material Icons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
white-space: nowrap;
font-family: "Material Icons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*
* Build representational classes
*/
@each $ligature, $name in (
"arrow_back": "back",
"arrow_forward": "forward",
"close": "close",
"menu": "menu",
"arrow_back": "back",
"arrow_forward": "forward",
"close": "close",
"menu": "menu",
"search": "search"
) {
.md-icon--#{$name}:before {

View File

@ -67,7 +67,7 @@
* Build representational classes
*/
@each $names, $appearance in (
tip idea: $clr-teal-a700 "whatshot",
tip idea: $clr-teal-a700 "whatshot",
success check: $clr-green-a400 "done",
warning: $clr-orange-a400 "warning",
failure fail: $clr-red-a200 "clear",