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.
41 lines
695 B
41 lines
695 B
|
|
.node__content .field__label { |
|
width: 15em; |
|
} |
|
.collection-grid_item { |
|
border: 1px solid #ccc; |
|
padding: 1em; |
|
margin-bottom: 1em; |
|
border: 1px solid #ccc; |
|
border-radius: 4px; |
|
box-shadow: 0px 5px 11px -2px rgb(0 0 0 / 39%); |
|
ul { |
|
list-style-type:none; |
|
} |
|
.label { |
|
font-weight:bold; |
|
} |
|
} |
|
.collection-grid_top{ |
|
border-bottom:1px dotted #ccc; |
|
margin-bottom:1em |
|
} |
|
.collection-grid_top h3 { |
|
font-weight:bold; |
|
margin: 0; |
|
a { |
|
text-decoration:none; |
|
} |
|
} |
|
|
|
.collection-grid_bottom { |
|
|
|
display: flex; |
|
img { |
|
border: 1px solid #ccc; |
|
} |
|
} |
|
|
|
span#override-default-display-mode { |
|
display: none; |
|
}
|
|
|