mastery badge + fix Integrations helper access (restores Reset button) (v0.5.0) t1
This commit is contained in:
18
Asset/css/qualkard.css
Normal file
18
Asset/css/qualkard.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* QualKard mastery badge (under the card title on the board). */
|
||||
.qk-line {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.qk-badge {
|
||||
display: inline-block;
|
||||
padding: 0 6px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
font-size: 0.85em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.qk-new { background: #e6b800; } /* unread */
|
||||
.qk-low { background: #c0392b; } /* < 50% */
|
||||
.qk-mid { background: #27ae60; } /* 50-89% */
|
||||
.qk-high { background: #2980b9; } /* >= 90% */
|
||||
Reference in New Issue
Block a user