mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
20 lines
239 B
SCSS
20 lines
239 B
SCSS
|
.password-input {
|
||
|
display: flex;
|
||
|
position: relative;
|
||
|
flex: 1;
|
||
|
|
||
|
> .field {
|
||
|
display: flex;
|
||
|
flex: 1;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
> .showpasswordbutton {
|
||
|
position: absolute;
|
||
|
right: 5px;
|
||
|
top: 4px;
|
||
|
border: none;
|
||
|
background: none;
|
||
|
}
|
||
|
}
|