Add Browserstack logo (#1879)

To apply for their open-source program.
This commit is contained in:
ylemkimon
2019-04-17 23:35:54 +09:00
committed by Kevin Barabash
parent b9deec098f
commit 6323702874
3 changed files with 96 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ textarea {
.credits {
float: left;
font-size: 16px;
line-height: 1.5;
}
/* stylelint-disable-next-line no-descending-specificity */
@@ -255,6 +256,11 @@ textarea {
color: white;
}
.credits img {
height: 26px;
vertical-align: middle;
}
.errorMessage {
color: red;
}