forked from MarseyWorld/MarseyWorld
remove unused stuff
parent
0cf182ccc2
commit
62e32f75b8
|
@ -6354,7 +6354,7 @@ g {
|
||||||
font-family: "Font Awesome 6 Pro";
|
font-family: "Font Awesome 6 Pro";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
display: var(--fa-display, inline-block);
|
display: inline-block;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -6388,7 +6388,7 @@ g {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: var(--fa-stack-z-index,auto);
|
z-index: auto;
|
||||||
}
|
}
|
||||||
.fa-stack-1x {
|
.fa-stack-1x {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
|
Loading…
Reference in New Issue