fix: Patch bootstrap icons to always be sharp
This commit is contained in:
@ -26,6 +26,7 @@ $bootstrap-icons-font-src: url("#{$bootstrap-icons-font-file}.woff2?#{$bootstrap
|
|||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
transform: scale(1);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: -.125em;
|
vertical-align: -.125em;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
@ -56,7 +56,6 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 0.4rem 1rem;
|
padding: 0.4rem 1rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transform: scale(1);
|
|
||||||
transition: var(--transition);
|
transition: var(--transition);
|
||||||
|
|
||||||
@media screen and (max-width: 630px) {
|
@media screen and (max-width: 630px) {
|
||||||
|
Reference in New Issue
Block a user