mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #8039 from Ocelot-Social-Community/sass-math-fix
fix(other): revert a change, which accedentally was merged
This commit is contained in:
commit
2c4300c7e6
@ -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