Files
DoEverythingBar/main.css
T
Arjun Patel 9255e1eb3c asdf
2017-10-07 23:26:31 -07:00

58 lines
912 B
CSS

html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
div.main-bg {
background-image: url("images/main-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
/*border: 2px solid red;*/
}
.search-col {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-size: 30px;
}
.stylish-input-group .input-group-addon{
background: white !important;
}
.stylish-input-group .form-control{
border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.stylish-input-group button{
border:0;
background:transparent;
}
#fire {
display: none;
position: absolute;
top: 16px;
right: 30px;
transform: translate(-50%, -50%);
z-index: 10;
height: 15px;
width: 15px;
}