aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_variables.css
blob: 177b1c1a33ba316b0eb7ee4324b0bca45df24b67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
:root {
  --border-radius: .25rem;
  --hover-transition: all 150ms ease;

  /* Sizing */
  --spacing-none: 0;
  --spacing-extra-small: .25rem;
  --spacing-small: .5rem;
  --spacing-medium: 1rem;
  --spacing-large: 2rem;
  --spacing-extra-large: 4rem;
  --spacing-extra-extra-large: 8rem;
  --spacing-extra-extra-extra-large: 16rem;
}