Skip to content

Instantly share code, notes, and snippets.

@sebastiano-guerriero
Created September 3, 2018 10:10
Show Gist options
  • Select an option

  • Save sebastiano-guerriero/7fd4d74625e4ef4ddbdbcca09f77f6bc to your computer and use it in GitHub Desktop.

Select an option

Save sebastiano-guerriero/7fd4d74625e4ef4ddbdbcca09f77f6bc to your computer and use it in GitHub Desktop.
/* buttons group */
.btns {
display: flex;
flex-wrap: wrap;
margin-bottom: calc(-1 * var(--space-xs));
> * {
margin-right: var(--space-xs);
margin-bottom: var(--space-xs);
&:last-of-type {
margin-right: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment