blob: f49d47c91b1144d047f3d3d547fe278e6f966317 [file] [log] [blame]
AppaRao Pulib1e7c862019-03-12 14:56:40 +05301.acnt-prop-header {
2 width: 100%;
3 border-bottom: 2px solid #b8c1c1;
4 margin: 0px 0px 15px;
5}
Michael Davis3a94fc52017-05-08 11:20:12 -05006.user-manage__form {
Gunnar Mills84e114a2018-11-14 13:44:41 -06007 width: 100%;
AppaRao Puli28711a62018-10-17 16:07:55 +05308 .dropdown__button {
9 margin-bottom: 1.2em;
10 }
Michael Davis3a94fc52017-05-08 11:20:12 -050011 label {
Gunnar Mills84e114a2018-11-14 13:44:41 -060012 width: 100%;
Michael Davis093c01c2017-07-20 14:30:11 -050013 min-width: 210px;
Michael Davis3a94fc52017-05-08 11:20:12 -050014 font-weight: 700;
Michael Davis093c01c2017-07-20 14:30:11 -050015 margin-right: 4em;
Michael Davis3a94fc52017-05-08 11:20:12 -050016 }
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -050017 select,
Michael Davis3a94fc52017-05-08 11:20:12 -050018 input {
Michael Davis093c01c2017-07-20 14:30:11 -050019 width: 225px;
AppaRao Puli28711a62018-10-17 16:07:55 +053020 width: 225px;
AppaRao Puli28711a62018-10-17 16:07:55 +053021 }
Michael Davis3a94fc52017-05-08 11:20:12 -050022 fieldset {
23 display: block;
24 padding-left: 1.5em;
25 margin-bottom: 1em;
26 border-bottom: 1px solid $medgrey;
27 }
AppaRao Pulib1e7c862019-03-12 14:56:40 +053028 .acnt-prop__input-wrapper,
Michael Davis3a94fc52017-05-08 11:20:12 -050029 .user-manage__input-wrapper {
AppaRao Pulib1e7c862019-03-12 14:56:40 +053030 margin-bottom: 5px;
beccabroeka5deeea2019-03-22 15:38:49 -050031 select {
32 margin-bottom: 0;
33 }
AppaRao Pulib1e7c862019-03-12 14:56:40 +053034 }
35 .acnt-prop__span-wrapper {
36 position: relative;
37 height: 20px;
38 margin-bottom: 5px;
Michael Davis3a94fc52017-05-08 11:20:12 -050039 }
40 .password-toggle {
41 position: absolute;
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050042 right: 20px;
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -050043 top: .6em;
Michael Davis3a94fc52017-05-08 11:20:12 -050044 padding: 3px;
45 color: $primebtn__bg;
46 font-size: .8em;
Michael Davis3a94fc52017-05-08 11:20:12 -050047 }
AppaRao Pulib1e7c862019-03-12 14:56:40 +053048 .acnt-prop__submit-wrapper,
AppaRao Puli28711a62018-10-17 16:07:55 +053049 .user-manage__submit-wrapper {
50 width: 100%;
AppaRao Pulib1e7c862019-03-12 14:56:40 +053051 margin-top: 6px;
52 padding-top: 1px;
AppaRao Puli28711a62018-10-17 16:07:55 +053053 border-top: 1px solid $medgrey;
54 button {
55 float: right;
56 margin: .5em;
57 }
Michael Davis3a94fc52017-05-08 11:20:12 -050058 }
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050059 .user-manage__error {
Gunnar Mills08744f82018-03-19 16:24:41 -050060 background: lighten($error-color, 20%);
61 padding: 1em;
62 text-align: center;
63 font-size: 1em;
64 border: 1px solid $error-color;
65 color: $black;
66 font-family: "Courier New", Helvetica, Arial, sans-serif;
67 font-weight: 700;
Gunnar Mills08744f82018-03-19 16:24:41 -050068 }
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050069 .user-manage__success {
Gunnar Mills08744f82018-03-19 16:24:41 -050070 color: $primebtn__bg;
71 padding: 1em;
72 font-size: 1em;
73 font-family: "Courier New", Helvetica, Arial, sans-serif;
74 font-weight: 500;
75 }
76}