-
-
Notifications
You must be signed in to change notification settings - Fork 0
spacing.scss
Raphaël Balet edited this page Nov 21, 2023
·
2 revisions
Taken from the UI cheat sheet: Spacing friendships article
:root {
--space-smallest: 4px; /* BBFE */
--space-smaller: 8px; /* Best friends */
--space-small: 12px;
--space: 16px; /* Close friends */
--space-big: 24px; /* Close-ish friends */
--space-bigger: 32px; /* Friends */
--space-biggest: 64px; /* Acquaintances */
--space-giant: 72px; /* Distant acquaintances */
--space-gargantuan: 128px; /* Stranger */
}