Yoshie Muranaka | 8c80dbd | 2019-08-08 10:58:04 -0500 | [diff] [blame] | 1 | .local-users { |
| 2 | margin-bottom: 50px; |
| 3 | } |
| 4 | |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 5 | .local-users__actions { |
| 6 | display: flex; |
| 7 | flex-direction: row; |
| 8 | justify-content: flex-end; |
AppaRao Puli | b1e7c86 | 2019-03-12 14:56:40 +0530 | [diff] [blame] | 9 | } |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 10 | |
| 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 Puli | 28711a6 | 2018-10-17 16:07:55 +0530 | [diff] [blame] | 21 | } |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 22 | } |
| 23 | |
| 24 | .modal__local-users { |
| 25 | input[type="password"] { |
| 26 | &::placeholder { |
| 27 | color: $primary-dark; |
| 28 | font-weight: bold; |
beccabroek | a5deeea | 2019-03-22 15:38:49 -0500 | [diff] [blame] | 29 | } |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 30 | &::-ms-placeholder { |
| 31 | color: $primary-dark; |
| 32 | font-weight: bold; |
AppaRao Puli | 28711a6 | 2018-10-17 16:07:55 +0530 | [diff] [blame] | 33 | } |
Michael Davis | 3a94fc5 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 34 | } |
Gunnar Mills | 08744f8 | 2018-03-19 16:24:41 -0500 | [diff] [blame] | 35 | } |
Yoshie Muranaka | 8c80dbd | 2019-08-08 10:58:04 -0500 | [diff] [blame] | 36 | |
| 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 | } |