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.
|
|
|
.search-results {
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//.item-list {
|
|
|
|
//display: none;
|
|
|
|
//}
|
|
|
|
.search-result {
|
|
|
|
.views-field {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.views-label {
|
|
|
|
font-weight: 600;
|
|
|
|
@extend dt;
|
|
|
|
|
|
|
|
width: 7rem;
|
|
|
|
}
|
|
|
|
.field-content {
|
|
|
|
}
|
|
|
|
background-color: #ffffff;
|
|
|
|
-webkit-box-shadow: 0 0 8px 4px var(--light);
|
|
|
|
box-shadow: 0 0 8px 4px var(--light);
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
dl {
|
|
|
|
margin: 0;
|
|
|
|
dt {
|
|
|
|
float: left;
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
margin: 0 0 0.5rem 0;
|
|
|
|
&:last-child {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|