/
home
/
obinna
/
html
/
cravings
/
public
/
css
/
Upload File
HOME
.search-page-form { position: relative; display: flex; } input, input:focus { outline: none; } input#food, input#address { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 0; padding-left: 0; background-clip: inherit; } .food-input, .address-input { display: flex; } .food-input { flex: 1; } .input-prepend { display: flex; } .prepend-text { border-top-left-radius: 30px; border-bottom-left-radius: 30px; padding: 0.5rem 0.9rem; line-height: 1.25; display: flex; align-items: center; background-color: #fff; border: 1px solid rgba(0, 0, 0, .15); border-right: 0; font-family: 'Gilroy Bold'; } .search-page-form .input-control { height: 48px; border-radius: 30px; } @media (min-width: 767px) { .search-form .input-control, .prepend-text { font-size: 1.1rem; } } @media screen and (min-width: 520px) { /* .search-page-form .address-input .prepend-text { border-top-left-radius: 0; border-bottom-left-radius: 0; } */ } #address { padding-right: 65px; } @media screen and (min-width: 520px) { .search-page-form .food-input input { /* border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; */ } } .input-control { display: block; width: 100%; padding: 0.5rem 0.75rem; line-height: 1.25; color: #495057; background-color: #fff; background-image: none; border: 1px solid rgba(0, 0, 0, .15); transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .submit-button { position: absolute; right: 0; top: 0; bottom: 0; } .button-primary { background-color: var(--red-two); color: #fff; border-color: var(--red-two); } .button { font-size: 16px; font-weight: 500; padding: 10px 30px; border: 1px solid; cursor: pointer; } .right-none { border-top-right-radius: 0; border-bottom-right-radius: 0; }