Clean up unused embed css

This commit is contained in:
Jordan Eldredge 2017-09-14 20:58:56 -07:00
parent 71854da4f4
commit 290a4ccf28

View file

@ -26,43 +26,3 @@ body {
.about a {
color: white;
}
#embed {
position: absolute;
bottom: 0;
right: 0;
color: white;
margin-right: 15px;
text-align: left;
}
#embed label {
display: inline-block;
}
#embed a {
color: white;
float: left;
}
#embed input {
border: 1px solid black;
width: 300px;
padding: 5px;
border-radius: 5px;
font-size: 13px;
display: none;
margin-left: 15px;
margin-right: 15px;
}
#embed #embed-learn-more {
display: none;
}
#embed.selected #embed-learn-more {
display: inline;
}
#embed.selected input {
display: inline;
}