mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 01:11:26 +03:00
12 lines
233 B
SCSS
12 lines
233 B
SCSS
/*!
|
|
* Copyright (c) 2024 PLANKA Software GmbH
|
|
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
|
|
*/
|
|
|
|
:global(#app) {
|
|
.fallbackIcon {
|
|
color: #5e6c84;
|
|
font-size: 18px;
|
|
}
|
|
}
|