Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- .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%);
- }
|