mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
Converted Stylus to CSS. Removed Stylus. This change removed many error messages.
Thanks to xet7 !
This commit is contained in:
parent
01a1a2cdce
commit
072778b9aa
104 changed files with 9370 additions and 7642 deletions
28
client/components/main/brokenCards.css
Normal file
28
client/components/main/brokenCards.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue