summaryrefslogtreecommitdiffstats
path: root/app/users/styles/user-accounts.scss
blob: 28af84a7d42c4ba0ac02b0f8c482923540f15e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$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;
  }
}
OpenPOWER on IntegriCloud