ags: autogenerated keybind cheatsheet (#271(?))

This commit is contained in:
end-4
2024-06-09 21:25:40 +07:00
parent 0aa3e951c5
commit e5ca1b234f
7 changed files with 513 additions and 259 deletions
+7 -1
View File
@@ -119,6 +119,7 @@ $coloractinium: $term7;
background-color: $colorlanthanum;
color: $term0;
}
.cheatsheet-periodictable-actinium {
@include cheatsheet-periodictable-element;
background-color: $coloractinium;
@@ -141,17 +142,22 @@ $coloractinium: $term7;
@include cheatsheet-periodictable-legend-color;
background-color: $colormetal;
}
.cheatsheet-periodictable-legend-color-nonmetal {
@include cheatsheet-periodictable-legend-color;
background-color: $colornonmetal;
}
.cheatsheet-periodictable-legend-color-noblegas {
@include cheatsheet-periodictable-legend-color;
background-color: $colornoblegas;
}.cheatsheet-periodictable-legend-color-lanthanum {
}
.cheatsheet-periodictable-legend-color-lanthanum {
@include cheatsheet-periodictable-legend-color;
background-color: $colorlanthanum;
}
.cheatsheet-periodictable-legend-color-actinium {
@include cheatsheet-periodictable-legend-color;
background-color: $coloractinium;
+16
View File
@@ -374,6 +374,22 @@
margin-bottom: 0rem;
}
.spacing-h-30>* {
margin-right: 1.364rem;
}
.spacing-h-30>*:last-child {
margin-right: 0rem;
}
.spacing-v-30>* {
margin-bottom: 1.364rem;
}
.spacing-v-30>*:last-child {
margin-bottom: 0rem;
}
.anim-enter {
@include anim-enter;
}