This commit is contained in:
Arjun Patel
2017-10-07 23:26:31 -07:00
parent 2d726be9e8
commit 9255e1eb3c
7 changed files with 85 additions and 24 deletions
+12
View File
@@ -29,6 +29,7 @@ div.main-bg {
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-size: 30px;
}
.stylish-input-group .input-group-addon{
@@ -43,3 +44,14 @@ div.main-bg {
border:0;
background:transparent;
}
#fire {
display: none;
position: absolute;
top: 16px;
right: 30px;
transform: translate(-50%, -50%);
z-index: 10;
height: 15px;
width: 15px;
}