You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
455 B

  1. .title_search {
  2. padding: 0 2.6%;
  3. background: #0064D6;
  4. display: flex;
  5. align-items: center;
  6. justify-content: space-between;
  7. }
  8. .title_search>div:first-child {
  9. display: flex;
  10. align-items: center;
  11. }
  12. .title_search>div:last-child {
  13. position: relative;
  14. }
  15. #search {
  16. border: none;
  17. outline: none;
  18. border-radius: 50px;
  19. padding-left: 15px;
  20. width: 38.8%;
  21. }
  22. #search_icon {
  23. position: absolute;
  24. top: 50%;
  25. right: 0px;
  26. transform: translate(0%, -50%);
  27. }