Started working on a better see password button

This commit is contained in:
Anders
2020-08-03 09:42:17 +02:00
parent 52f71abdd5
commit f2895a00e3
4 changed files with 79 additions and 7 deletions
+22
View File
@@ -11,6 +11,8 @@ form {
font-size: 25px;
color: grey;
margin: 7.5px 0 0 -45px;
align-self: center;
z-index: 98;
}
.btn {
@@ -67,3 +69,23 @@ input.appinput {
opacity: 1;
color: white;
}
.form-control {
flex: 1 1 auto;
width: 1%;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group-append {
display: flex;
}