From d7d7ef566c840c9fc1fcc0ace1bd9ec31ea4880b Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 2 Sep 2016 00:44:04 +0200 Subject: [PATCH] Fix indent --- src/assets/stylesheets/base/_icons.scss | 30 +++++++++---------- .../stylesheets/extensions/_admonition.scss | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/assets/stylesheets/base/_icons.scss b/src/assets/stylesheets/base/_icons.scss index 3f2af15b5..5ba53c370 100644 --- a/src/assets/stylesheets/base/_icons.scss +++ b/src/assets/stylesheets/base/_icons.scss @@ -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 { diff --git a/src/assets/stylesheets/extensions/_admonition.scss b/src/assets/stylesheets/extensions/_admonition.scss index 476592f4d..1343dd67d 100644 --- a/src/assets/stylesheets/extensions/_admonition.scss +++ b/src/assets/stylesheets/extensions/_admonition.scss @@ -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",