Files
planka/client/src/components/common/Login/TotpChallengeModal.module.scss
T
Daniel Hiller a6f6af8a6c fix: Replace Pro theme tokens with literal colors
The two-factor stylesheets were carried over from the Pro edition and
referenced CSS custom properties from its theme system, which this
edition does not define. They silently fell back to browser defaults.
2026-08-08 00:15:34 +02:00

19 lines
390 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) {
.intro {
color: #444444;
margin-bottom: 16px;
}
.codeInput {
font-family: 'JetBrains Mono', 'Menlo', 'Courier New', monospace;
font-size: 18px;
letter-spacing: 2px;
text-align: center;
}
}