commit jun 6
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.search-news{
|
||||
padding-top: 48px;
|
||||
margin-top: 24px;
|
||||
margin: 24px 15px 0 15px;
|
||||
border-top: 1px solid #e0e0e8;
|
||||
.search-news-form{
|
||||
.search-news-input{
|
||||
@@ -27,7 +28,27 @@
|
||||
border-radius: 29px;
|
||||
font-size: large;
|
||||
height: 57px;
|
||||
cursor:pointer;
|
||||
|
||||
}
|
||||
|
||||
.search-news-icon:hover{
|
||||
background-color: #333333;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width:768px) {
|
||||
.search-news{
|
||||
margin-top: 48px;
|
||||
margin-left: 60px ;
|
||||
margin-right: 60px;
|
||||
.search-news-input{
|
||||
width: 90% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user