mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:53:43 -04:00
Fixed sizing of icons after dependency update
This commit is contained in:
@@ -572,6 +572,7 @@ kbd {
|
||||
margin-left: 0.5em;
|
||||
vertical-align: sub;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
|
||||
@@ -143,6 +143,7 @@ $admonitions: (
|
||||
background-color: $clr-blue-a200;
|
||||
mask-image: var(--md-admonition-icon--note);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
@@ -192,6 +193,7 @@ $admonitions: (
|
||||
background-color: $tint;
|
||||
mask-image: var(--md-admonition-icon--#{$name});
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -142,6 +142,7 @@
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-footnotes-icon);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
|
||||
@@ -102,6 +102,7 @@
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-details-icon);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
transform: rotate(0deg);
|
||||
transition: transform 250ms;
|
||||
content: "";
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
background-color: var(--md-default-fg-color--lightest);
|
||||
mask-image: var(--md-tasklist-icon);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
|
||||
// Adjust for right-to-left languages
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-clipboard-icon);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
}
|
||||
|
||||
|
||||
@@ -213,6 +213,7 @@
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-nav-icon--prev);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
}
|
||||
|
||||
@@ -330,6 +331,7 @@
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-nav-icon--next);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
}
|
||||
|
||||
@@ -558,6 +560,7 @@
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-nav-icon--next);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
}
|
||||
|
||||
|
||||
@@ -666,6 +666,7 @@ $md-toggle__search--checked:
|
||||
background-color: currentColor;
|
||||
mask-image: var(--md-search-result-icon);
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
content: "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user