input width

This commit is contained in:
antelle 2020-03-21 17:38:34 +01:00
parent d2f64630f5
commit e09609cc68
1 changed files with 5 additions and 8 deletions

View File

@ -108,7 +108,7 @@
> i {
font-size: 3em;
@include mobile {
line-height: .8;
line-height: 1;
}
}
}
@ -184,13 +184,10 @@
input[type='password'].open__pass-input {
font-size: $large-pass-font-size;
margin-bottom: 0;
width: 19em;
&[readonly] {
cursor: pointer;
}
@include mobile {
width: calc(100vw - 20px);
}
&[readonly] { cursor: pointer; }
width: 38vw;
@media (max-width: 1000px) { width: 16em; }
@include mobile { width: calc(100vw - 20px); }
}
&__settings {