1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00
Files
joplin/packages/app-desktop/gui/PasswordInput/styles/labelled-password-input.scss

10 lines
151 B
SCSS

.labelled-password-input {
display: flex;
flex-direction: column;
> .password {
display: flex;
flex-direction: row;
align-items: center;
}
}