mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-10 19:41:43 +02:00
13 lines
219 B
SCSS
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);
|
|
}
|