Created
January 30, 2019 18:33
-
-
Save brian-lim-42/d9f091f213f0a226ff107a0cbb11b19f to your computer and use it in GitHub Desktop.
Tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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