mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
10 lines
151 B
SCSS
10 lines
151 B
SCSS
.labelled-password-input {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
> .password {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
} |