11 lines
297 B
CSS
11 lines
297 B
CSS
/* --------------- search styles --------------- */
|
|
.domain-search.style-9 .domain-choose .form-group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
border-radius: 5px; }
|