mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fix indent
This commit is contained in:
@@ -28,30 +28,30 @@
|
|||||||
* Base icon class
|
* Base icon class
|
||||||
*/
|
*/
|
||||||
.md-icon {
|
.md-icon {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
speak: none;
|
speak: none;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
|
||||||
/* Better Font Rendering */
|
/* Better Font Rendering */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Build representational classes
|
* Build representational classes
|
||||||
*/
|
*/
|
||||||
@each $ligature, $name in (
|
@each $ligature, $name in (
|
||||||
"arrow_back": "back",
|
"arrow_back": "back",
|
||||||
"arrow_forward": "forward",
|
"arrow_forward": "forward",
|
||||||
"close": "close",
|
"close": "close",
|
||||||
"menu": "menu",
|
"menu": "menu",
|
||||||
"search": "search"
|
"search": "search"
|
||||||
) {
|
) {
|
||||||
.md-icon--#{$name}:before {
|
.md-icon--#{$name}:before {
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
* Build representational classes
|
* Build representational classes
|
||||||
*/
|
*/
|
||||||
@each $names, $appearance in (
|
@each $names, $appearance in (
|
||||||
tip idea: $clr-teal-a700 "whatshot",
|
tip idea: $clr-teal-a700 "whatshot",
|
||||||
success check: $clr-green-a400 "done",
|
success check: $clr-green-a400 "done",
|
||||||
warning: $clr-orange-a400 "warning",
|
warning: $clr-orange-a400 "warning",
|
||||||
failure fail: $clr-red-a200 "clear",
|
failure fail: $clr-red-a200 "clear",
|
||||||
|
|||||||
Reference in New Issue
Block a user