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.
|
- .title_search {
- padding: 0 2.6%;
- background: #0064D6;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
-
- .title_search>div:first-child {
- display: flex;
- align-items: center;
- }
-
- .title_search>div:last-child {
- position: relative;
- }
-
- #search {
- border: none;
- outline: none;
- border-radius: 50px;
- padding-left: 15px;
- width: 38.8%;
- }
-
- #search_icon {
- position: absolute;
- top: 50%;
- right: 0px;
- transform: translate(0%, -50%);
- }
|