Skip to content

Instantly share code, notes, and snippets.

@simistern
Created February 22, 2019 15:48
Show Gist options
  • Save simistern/b0c8df41a78049a5bf41cec087c3c527 to your computer and use it in GitHub Desktop.
Save simistern/b0c8df41a78049a5bf41cec087c3c527 to your computer and use it in GitHub Desktop.
.app {
width: 95%;
margin: 0 auto;
}
.delete-meal,
.edit-meal,
.move-meal-left,
.move-meal-right {
font-size: 15px !important;
display: block;
float: right;
color: #b1b1b1;
cursor: pointer;
}
#login-buttons a {
color: #fff;
text-decoration: none;
}
.login-close-text, #signup-link {
color: #009688 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment