Fix deprecated sass (#43753)

This commit is contained in:
Ashley Harrison
2022-01-06 13:09:52 +00:00
committed by GitHub
parent 2550baba3e
commit 6a558582d5
15 changed files with 35 additions and 34 deletions

View File

@@ -14,7 +14,7 @@
.pluginlist-icon {
vertical-align: sub;
font-size: $font-size-h1;
margin-right: $spacer / 2;
margin-right: calc($spacer / 2);
}
.pluginlist-image {
@@ -22,7 +22,7 @@
}
.pluginlist-title {
margin-right: $spacer / 3;
margin-right: calc($spacer / 3);
}
.pluginlist-version {