/*! * Copyright (c) 2024 PLANKA Software GmbH * Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md */ :global(#app) { .button { background: transparent; border: none; line-height: 0; margin: 0 -8px; outline: none; padding: 0px 8px 8px; width: calc(100% + 16px); } .count { color: #888; display: inline-block; font-size: 12px; line-height: 12px; text-align: right; vertical-align: top; width: 50px; &:after { content: ""; opacity: 0.4; } &:hover { opacity: 0.75; } } .countOpened:after { background: url("data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=") no-repeat center right; margin-left: 2px; padding: 6px 6px 0px; } .countClosed:after { background: url("data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==") no-repeat center right; margin-left: 2px; padding: 0 6px 6px; } .progress { margin: 0; } .progressWrapper { display: inline-block; padding: 3px 0; vertical-align: top; width: calc(100% - 50px); } .tasks { color: #333; list-style: none; margin: -2px 0 0; padding-left: 0; } }