added indicator when uploading to youtube

This commit is contained in:
Josh
2017-05-29 11:14:49 -04:00
parent 4c34526a57
commit 1ddc16af86
3 changed files with 24 additions and 0 deletions

View File

@ -98,6 +98,10 @@
color: cornflowerblue;
}
.green-check {
color: limegreen;
}
.top-buffer {
margin-top: 8px;
}