| $userInputHeight: 40px; |
| |
| .user-manage__form { |
| label { |
| min-width: 210px; |
| font-weight: 700; |
| margin-right: 4em; |
| } |
| input { |
| width: 225px; |
| height: $userInputHeight; |
| } |
| fieldset { |
| display: block; |
| padding-left: 1.5em; |
| margin-bottom: 1em; |
| border-bottom: 1px solid $medgrey; |
| } |
| |
| .user-manage__input-wrapper { |
| position: relative; |
| height: $userInputHeight; |
| margin-bottom: 1em; |
| input { |
| padding-right: 60px; |
| } |
| } |
| .password-toggle { |
| position: absolute; |
| right: 5px; |
| padding: 3px; |
| color: $primebtn__bg; |
| font-size: .8em; |
| @include vertCenter; |
| } |
| .user-manage__submit-wrapper button { |
| float: right; |
| margin-left: .5em; |
| } |
| } |