mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
14 lines
241 B
SCSS
14 lines
241 B
SCSS
.manage-password-section > .managebutton {
|
|
display: flex;
|
|
}
|
|
|
|
.manage-password-section > .status {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.manage-password-section > .needpassword {
|
|
color: var(--joplin-color-warn);
|
|
}
|