Skip to content

Instantly share code, notes, and snippets.

@brian-lim-42
Created January 30, 2019 18:33
Show Gist options
  • Save brian-lim-42/d9f091f213f0a226ff107a0cbb11b19f to your computer and use it in GitHub Desktop.
Save brian-lim-42/d9f091f213f0a226ff107a0cbb11b19f to your computer and use it in GitHub Desktop.
Tasks
@import 'styles/variables/variables';
@import 'src/features/navigation/navigation.var';
.card {
&__container {
height: calc(100% - 3rem);
.card {
display: flex;
flex-direction: column;
height: 100%;
&:last-child {
margin-bottom: $space-4-5;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment