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.
29 lines
539 B
29 lines
539 B
![]()
3 years ago
|
.broken-cards-card-wrapper {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 10px;
|
||
|
border-width: 3px !important;
|
||
|
border-color: #808080 !important;
|
||
|
border-style: solid;
|
||
|
border-radius: 5px;
|
||
|
padding: 1.5rem;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
.broken-cards-wrapper {
|
||
|
max-width: 500px;
|
||
|
margin-right: auto;
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
.broken-cards-card-title {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.broken-cards-context {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
.broken-cards-context-separator {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.broken-cards-null {
|
||
|
color: #8b0000;
|
||
|
font-style: italic;
|
||
|
}
|