refactor: clearer relationship on rundown elements

This commit is contained in:
Carlos Valente
2025-03-25 08:53:08 +01:00
committed by arc-alex
parent d48b2ae506
commit 27dcf06c73
7 changed files with 4 additions and 14 deletions
@@ -21,18 +21,12 @@ $block-cursor-color: $orange-400;
border: 1px solid $white-7;
border-radius: $block-border-radius;
margin-block: 0.25rem;
margin-right: 0.125rem;
position: relative;
color: $block-text-color;
min-width: $block-width;
}
@mixin block-spacing() {
padding-right: 0.5rem;
gap: 2px;
}
@mixin drag-style() {
font-size: 20px;
justify-self: center;