summaryrefslogtreecommitdiffstats
path: root/app/users/styles/user-accounts.scss
blob: f49d47c91b1144d047f3d3d547fe278e6f966317 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.acnt-prop-header {
  width: 100%;
  border-bottom: 2px solid #b8c1c1;
  margin: 0px 0px 15px;
}
.user-manage__form {
  width: 100%;
  .dropdown__button {
    margin-bottom: 1.2em;
  }
  label {
    width: 100%;
    min-width: 210px;
    font-weight: 700;
    margin-right: 4em;
  }
  select,
  input {
    width: 225px;
    width: 225px;
  }
  fieldset {
    display: block;
    padding-left: 1.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid $medgrey;
  }
  .acnt-prop__input-wrapper,
  .user-manage__input-wrapper {
    margin-bottom: 5px;
    select {
      margin-bottom: 0;
    }
  }
  .acnt-prop__span-wrapper {
    position: relative;
    height: 20px;
    margin-bottom: 5px;
  }
  .password-toggle {
    position: absolute;
    right: 20px;
    top: .6em;
    padding: 3px;
    color: $primebtn__bg;
    font-size: .8em;
  }
  .acnt-prop__submit-wrapper,
  .user-manage__submit-wrapper {
    width: 100%;
    margin-top: 6px;
    padding-top: 1px;
    border-top: 1px solid $medgrey;
    button {
      float: right;
      margin: .5em;
    }
  }
  .user-manage__error {
    background: lighten($error-color, 20%);
    padding: 1em;
    text-align: center;
    font-size: 1em;
    border: 1px solid $error-color;
    color: $black;
    font-family: "Courier New", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  .user-manage__success {
    color: $primebtn__bg;
    padding: 1em;
    font-size: 1em;
    font-family: "Courier New", Helvetica, Arial, sans-serif;
    font-weight: 500;
  }
}
OpenPOWER on IntegriCloud