You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
512 B
30 lines
512 B
|
|
/*my stuff*/ |
|
.search-result { |
|
border: 1px solid #ccc; |
|
height: 250px; |
|
overflow: hidden; |
|
/*background: #9a0406;*/ |
|
/* color: #fff; */ |
|
} |
|
.sdu_memories .search-result { |
|
height: initial; |
|
/*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; |
|
}
|
|
|