2 changed files with 25 additions and 24 deletions
@ -0,0 +1,25 @@ |
|||||||
|
|
||||||
|
/*my stuff*/ |
||||||
|
.search-result { |
||||||
|
border: 1px solid #ccc; |
||||||
|
height: 250px; |
||||||
|
overflow: hidden; |
||||||
|
background: #9a0406; |
||||||
|
/* color: #fff; */ |
||||||
|
} |
||||||
|
|
||||||
|
.search-result img { |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
|
||||||
|
.search-result__title { |
||||||
|
background: #9a0406; |
||||||
|
/* color: #fff !important; */ |
||||||
|
padding: 10px; |
||||||
|
} |
||||||
|
|
||||||
|
.search-result__title a { |
||||||
|
color: antiquewhite; |
||||||
|
/* padding: 10px; */ |
||||||
|
text-decoration: none; |
||||||
|
} |
||||||
Loading…
Reference in new issue