blob: fa0c5d7b4747dcbc1429d6315e7588aca1188987 [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
Yoshie Muranakafa562732019-07-17 11:23:15 -050011.modal__local-users,
12.modal__local-users-settings {
13 .modal-body {
14 padding-left: 0;
15 padding-right: 0;
AppaRao Puli28711a62018-10-17 16:07:55 +053016 }
Yoshie Muranakafa562732019-07-17 11:23:15 -050017}
18
19.modal__local-users {
20 input[type="password"] {
21 &::placeholder {
22 color: $primary-dark;
23 font-weight: bold;
beccabroeka5deeea2019-03-22 15:38:49 -050024 }
Yoshie Muranakafa562732019-07-17 11:23:15 -050025 &::-ms-placeholder {
26 color: $primary-dark;
27 font-weight: bold;
AppaRao Puli28711a62018-10-17 16:07:55 +053028 }
Michael Davis3a94fc52017-05-08 11:20:12 -050029 }
Gunnar Mills08744f82018-03-19 16:24:41 -050030}
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050031
32.role-table {
33 margin-top: 30px;
Yoshie Muranaka8c80dbd2019-08-08 10:58:04 -050034 .bmc-table__cell:not(:first-of-type) {
35 text-align: center;
36 }
37 .bmc-table__column-header {
38 text-align: center;
39 }
40
41 // Bootstrap collapse directive override
42 // The expanded element gets 'in' class instead of 'show' class
43 // Bootstrap changes the display property for 'show' but not 'in'
44 .collapse.in {
45 display: block!important;
46 }
47}
48
49.icon__check-mark {
50 display: inline-block;
51 svg {
52 width: 16px;
53 fill: $primary-dark;
54 }
55}