blob: fe580cd7e58274e26365a6e9961b921ad7cbaf29 [file] [log] [blame]
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -05001.local-users {
2 margin-bottom: 50px;
3}
4
Yoshie Muranakafa562732019-07-17 11:23:15 -05005.local-users__actions {
6 display: flex;
7 flex-direction: row;
8 justify-content: flex-end;
AppaRao Pulib1e7c862019-03-12 14:56:40 +05309}
Yoshie Muranakafa562732019-07-17 11:23:15 -050010
11.local-users__actions,
12.local-users__table .bmc-table {
13 max-width: 900px;
14}
15
16.modal__local-users,
17.modal__local-users-settings {
18 .modal-body {
19 padding-left: 0;
20 padding-right: 0;
AppaRao Puli28711a62018-10-17 16:07:55 +053021 }
Yoshie Muranakafa562732019-07-17 11:23:15 -050022}
23
24.modal__local-users {
25 input[type="password"] {
26 &::placeholder {
27 color: $primary-dark;
28 font-weight: bold;
beccabroeka5deeea2019-03-22 15:38:49 -050029 }
Yoshie Muranakafa562732019-07-17 11:23:15 -050030 &::-ms-placeholder {
31 color: $primary-dark;
32 font-weight: bold;
AppaRao Puli28711a62018-10-17 16:07:55 +053033 }
Michael Davis3a94fc52017-05-08 11:20:12 -050034 }
Gunnar Mills08744f82018-03-19 16:24:41 -050035}
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050036
37.role-table {
38 margin-top: 30px;
39 .bmc-table {
40 max-width: 750px;
41 }
42 .bmc-table__cell:not(:first-of-type) {
43 text-align: center;
44 }
45 .bmc-table__column-header {
46 text-align: center;
47 }
48
49 // Bootstrap collapse directive override
50 // The expanded element gets 'in' class instead of 'show' class
51 // Bootstrap changes the display property for 'show' but not 'in'
52 .collapse.in {
53 display: block!important;
54 }
55}
56
57.icon__check-mark {
58 display: inline-block;
59 svg {
60 width: 16px;
61 fill: $primary-dark;
62 }
63}