Created
April 20, 2019 22:10
-
-
Save treyhuffine/73ca4c20697325ea7a10f5b458492ddb to your computer and use it in GitHub Desktop.
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
.LaunchProfile { | |
height: 100vh; | |
max-height: 100%; | |
width: calc(100vw - 300px); | |
overflow: hidden auto; | |
padding-left: 20px; | |
padding-right: 20px; | |
} | |
.LaunchProfile__status { | |
margin-top: 40px; | |
} | |
.LaunchProfile__title { | |
margin-top: 0; | |
margin-bottom: 4px; | |
} | |
.LaunchProfile__success { | |
color: #2cb84b; | |
} | |
.LaunchProfile__failed { | |
color: #ff695e; | |
} | |
.LaunchProfile__image-list { | |
display: grid; | |
grid-gap: 20px; | |
grid-template-columns: repeat(2, 1fr); | |
margin-top: 40px; | |
padding-bottom: 100px; | |
} | |
.LaunchProfile__image { | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment