Merge branch 'master' into webhooks

This commit is contained in:
Joshua Arts
2017-06-14 09:08:33 -04:00
committed by GitHub
16 changed files with 264 additions and 6 deletions

View File

@ -94,3 +94,23 @@
width: 100%;
text-align: center;
}
.youtube-red {
color: red;
}
.cloud-blue {
color: cornflowerblue;
}
.green-check {
color: limegreen;
}
.top-buffer {
margin-top: 8px;
}
.tooltip-wrapper {
display: inline-block;
}