blob: 28af84a7d42c4ba0ac02b0f8c482923540f15e37 [file] [log] [blame]
Michael Davis093c01c2017-07-20 14:30:11 -05001$userInputHeight: 40px;
2
Michael Davis3a94fc52017-05-08 11:20:12 -05003.user-manage__form {
4 label {
Michael Davis093c01c2017-07-20 14:30:11 -05005 min-width: 210px;
Michael Davis3a94fc52017-05-08 11:20:12 -05006 font-weight: 700;
Michael Davis093c01c2017-07-20 14:30:11 -05007 margin-right: 4em;
Michael Davis3a94fc52017-05-08 11:20:12 -05008 }
9 input {
Michael Davis093c01c2017-07-20 14:30:11 -050010 width: 225px;
11 height: $userInputHeight;
Michael Davis3a94fc52017-05-08 11:20:12 -050012 }
13 fieldset {
14 display: block;
15 padding-left: 1.5em;
16 margin-bottom: 1em;
17 border-bottom: 1px solid $medgrey;
18 }
19
20 .user-manage__input-wrapper {
21 position: relative;
Michael Davis093c01c2017-07-20 14:30:11 -050022 height: $userInputHeight;
Michael Davis3a94fc52017-05-08 11:20:12 -050023 margin-bottom: 1em;
24 input {
25 padding-right: 60px;
26 }
27 }
28 .password-toggle {
29 position: absolute;
30 right: 5px;
31 padding: 3px;
32 color: $primebtn__bg;
33 font-size: .8em;
34 @include vertCenter;
35 }
36 .user-manage__submit-wrapper button {
37 float: right;
38 margin-left: .5em;
39 }
40}