Started working on a better see password button
This commit is contained in:
+22
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user