blob: a91bca6ed0843e6270d942952b2552704d355e0d [file] [log] [blame]
AppaRao Pulib1e7c862019-03-12 14:56:40 +05301.acnt-prop-header {
2 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -05003 border-bottom: 2px solid $border-color-01;
AppaRao Pulib1e7c862019-03-12 14:56:40 +05304 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;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050026 border-bottom: 1px solid $border-color-01;
Michael Davis3a94fc52017-05-08 11:20:12 -050027 }
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;
Michael Davis3a94fc52017-05-08 11:20:12 -050045 font-size: .8em;
Michael Davis3a94fc52017-05-08 11:20:12 -050046 }
AppaRao Pulib1e7c862019-03-12 14:56:40 +053047 .acnt-prop__submit-wrapper,
AppaRao Puli28711a62018-10-17 16:07:55 +053048 .user-manage__submit-wrapper {
49 width: 100%;
AppaRao Pulib1e7c862019-03-12 14:56:40 +053050 margin-top: 6px;
51 padding-top: 1px;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050052 border-top: 1px solid $border-color-01;
AppaRao Puli28711a62018-10-17 16:07:55 +053053 button {
54 float: right;
55 margin: .5em;
56 }
Michael Davis3a94fc52017-05-08 11:20:12 -050057 }
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050058 .user-manage__error {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050059 background: lighten($status-error, 20%);
Gunnar Mills08744f82018-03-19 16:24:41 -050060 padding: 1em;
61 text-align: center;
62 font-size: 1em;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050063 border: 1px solid $status-error;
64 color: $primary-dark;
Gunnar Mills08744f82018-03-19 16:24:41 -050065 font-family: "Courier New", Helvetica, Arial, sans-serif;
66 font-weight: 700;
Gunnar Mills08744f82018-03-19 16:24:41 -050067 }
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050068 .user-manage__success {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050069 color: $primary-accent;
Gunnar Mills08744f82018-03-19 16:24:41 -050070 padding: 1em;
71 font-size: 1em;
72 font-family: "Courier New", Helvetica, Arial, sans-serif;
73 font-weight: 500;
74 }
75}