1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-desktop/gui/EncryptionConfigScreen/style.scss
Laurent c758377188
All: Add support for public-private key pairs and improved master password support (#5438)
Also improved SCSS support, which was needed for the master password dialog.
2021-10-03 16:00:49 +01:00

13 lines
219 B
SCSS

.manage-password-section > .managebutton {
display: flex;
}
.manage-password-section > .status {
display: flex;
flex-direction: row;
}
.manage-password-section > .needpassword {
color: var(--joplin-color-warn);
}