| Michael Davis | 3a94fc5 | 2017-05-08 11:20:12 -0500 | [diff] [blame^] | 1 | .user-manage__form { |
| 2 | label { | ||||
| 3 | min-width: 260px; | ||||
| 4 | font-weight: 700; | ||||
| 5 | } | ||||
| 6 | input { | ||||
| 7 | width: 190px; | ||||
| 8 | height: 32px; | ||||
| 9 | } | ||||
| 10 | fieldset { | ||||
| 11 | display: block; | ||||
| 12 | padding-left: 1.5em; | ||||
| 13 | margin-bottom: 1em; | ||||
| 14 | border-bottom: 1px solid $medgrey; | ||||
| 15 | } | ||||
| 16 | |||||
| 17 | .user-manage__input-wrapper { | ||||
| 18 | position: relative; | ||||
| 19 | height: 32px; | ||||
| 20 | margin-bottom: 1em; | ||||
| 21 | input { | ||||
| 22 | padding-right: 60px; | ||||
| 23 | } | ||||
| 24 | } | ||||
| 25 | .password-toggle { | ||||
| 26 | position: absolute; | ||||
| 27 | right: 5px; | ||||
| 28 | padding: 3px; | ||||
| 29 | color: $primebtn__bg; | ||||
| 30 | font-size: .8em; | ||||
| 31 | @include vertCenter; | ||||
| 32 | } | ||||
| 33 | .user-manage__submit-wrapper button { | ||||
| 34 | float: right; | ||||
| 35 | margin-left: .5em; | ||||
| 36 | } | ||||
| 37 | } | ||||