Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created February 26, 2020 13:12
Show Gist options
  • Save cagartner/ecc2781c457b9757eb913636aac7e16b to your computer and use it in GitHub Desktop.
Save cagartner/ecc2781c457b9757eb913636aac7e16b to your computer and use it in GitHub Desktop.
Monica CSS
* {box-sizing: border-box}
[hidden] {display: none !important}
[disabled] {pointer-events:none; opacity: 0.3}
.horizontal {display: flex; flex-direction: row; justify-content: space-between}
.vertical {display: flex; flex-direction: column}
.center {justify-content: center; align-items: center}
.flex {flex: 1}
html {
--spacing-xs: 8px;
--spacing: 24px;
--spacing-s: 12px;
--spacing-m: 36px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment