theme for RDM site
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.

45 lines
695 B

.search-results {
ul {
list-style: none;
padding: 0;
}
}
//.item-list {
//display: none;
//}
.search-result {
2 years ago
.views-field {
display: flex;
2 years ago
border-bottom: 1px solid #e6e6e6;
margin-bottom: 5px;
padding-bottom: 3px;
2 years ago
}
.views-label {
font-weight: 600;
@extend dt;
2 years ago
width: 10rem;
2 years ago
}
.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 {
2 years ago
margin: 0 0 0.5rem 0;
&:last-child {
margin: 0;
}
}
}
}