add periodic table

This commit is contained in:
end-4
2024-04-15 23:55:37 +07:00
parent c3a72e31b2
commit c7c64d2c7b
8 changed files with 451 additions and 180 deletions
+15 -1
View File
@@ -60,4 +60,18 @@
.cheatsheet-category-title {
@include titlefont;
font-size: 1.705rem;
}
}
.cheatsheet-periodictable-element {
min-width: 5.455rem;
min-height: 5.455rem;
@include small-rounding;
background-color: $layer1;
color: $onLayer1;
}
.cheatsheet-periodictable-empty {
min-width: 5.455rem;
min-height: 5.455rem;
@include small-rounding;
}