33 lines
812 B
SCSS
33 lines
812 B
SCSS
.search-news{
|
|
padding-top: 48px;
|
|
margin-top: 24px;
|
|
border-top: 1px solid #e0e0e8;
|
|
.search-news-form{
|
|
.search-news-input{
|
|
margin-right: 16px;
|
|
padding: 18px 20px;
|
|
border: none;
|
|
background-color: #f6f6f6;
|
|
color: #777777 !important;
|
|
width: 75%;
|
|
height: 57px;
|
|
}
|
|
.search-news-input::placeholder{
|
|
color: #777777 !important;
|
|
opacity: 1;
|
|
}
|
|
|
|
.search-news-icon{
|
|
text-align: center;
|
|
background-color: #15c1c6 ;
|
|
color: #ffffff;
|
|
width: 78px;
|
|
padding-top: 18px;
|
|
padding-bottom: 18px;
|
|
border-radius: 29px;
|
|
font-size: large;
|
|
height: 57px;
|
|
|
|
}
|
|
}
|
|
} |