mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
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.
26 lines
458 B
26 lines
458 B
|
4 years ago
|
.result-card-list-wrapper {
|
||
|
|
margin: 1rem;
|
||
|
|
border-radius: 5px;
|
||
|
|
padding: 1.5rem;
|
||
|
|
padding-top: 0.75rem;
|
||
|
|
display: inline-block;
|
||
|
|
min-width: 250px;
|
||
|
|
max-width: 350px;
|
||
|
|
}
|
||
|
|
.result-card-wrapper {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.result-card-context {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
.result-card-context-separator {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.result-card-context-list {
|
||
|
|
margin-bottom: 0.7rem;
|
||
|
|
}
|
||
|
|
.result-card-block-wrapper {
|
||
|
|
display: inline-block;
|
||
|
|
}
|