1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-desktop/gui/EncryptionConfigScreen/style.scss

13 lines
219 B
SCSS
Raw Normal View History

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