Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created April 20, 2019 22:10
Show Gist options
  • Save treyhuffine/73ca4c20697325ea7a10f5b458492ddb to your computer and use it in GitHub Desktop.
Save treyhuffine/73ca4c20697325ea7a10f5b458492ddb to your computer and use it in GitHub Desktop.
.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