mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix change, which accedentally was merged
This commit is contained in:
parent
98049993eb
commit
89d870f7f1
@ -39,7 +39,7 @@ export default {
|
|||||||
$offset: $size * -0.2;
|
$offset: $size * -0.2;
|
||||||
|
|
||||||
&.hc-badges-dual {
|
&.hc-badges-dual {
|
||||||
padding-top: $size / 2 - 2;
|
padding-top: math.div($size, 2) - 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hc-badge-container {
|
.hc-badge-container {
|
||||||
@ -59,10 +59,10 @@ export default {
|
|||||||
margin-left: -6px;
|
margin-left: -6px;
|
||||||
}
|
}
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: -$size / 3;
|
margin-left: math.div(-$size, 3);
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: -$size / 3;
|
margin-right: math.div(-$size, 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user