32 lines
507 B
CSS
32 lines
507 B
CSS
.center {
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-right: -50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
div.main-bg {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
#search-cont {
|
|
height:200px;
|
|
width:600px;
|
|
}
|