Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rmuslimov/c5ddbbb5395ffe35ca5d7dd3ef3ed6a3 to your computer and use it in GitHub Desktop.
Save rmuslimov/c5ddbbb5395ffe35ca5d7dd3ef3ed6a3 to your computer and use it in GitHub Desktop.
soon.scss
@import "bulmaswatch/flatly/bulmaswatch";
$cerulian: #363636;
figure img {
opacity: 0.95;
}
html, body, #app {
height: 100%;
}
.app-body {
min-height: 100%;
display: flex;
flex-direction: column;
}
.log {
font-family: 'Russo+One', sans-serif;
}
.sd-name {
padding-top: 2rem;
letter-spacing: 4px;
}
.sd-desc {
letter-spacing: 1px;
}
@media screen and (max-width: 1025px) {
.email-tile {
padding-top: 1.5rem;
}
.adaptive-tile {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.footer {
border-top: 0.25em solid $cerulian;
flex: 1;
padding: 1.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment