commit jun 6
This commit is contained in:
33
style/news/_search-news.scss
Normal file
33
style/news/_search-news.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
.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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user