commit jun 6

This commit is contained in:
2024-06-06 16:49:25 +02:00
parent cadbb9b457
commit 11271513ea
29 changed files with 1317 additions and 13 deletions

View 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;
}
}
}