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 | |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 11 | .modal__local-users, |
| 12 | .modal__local-users-settings { |
| 13 | .modal-body { |
| 14 | padding-left: 0; |
| 15 | padding-right: 0; |
AppaRao Puli | 28711a6 | 2018-10-17 16:07:55 +0530 | [diff] [blame] | 16 | } |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 17 | } |
| 18 | |
| 19 | .modal__local-users { |
| 20 | input[type="password"] { |
| 21 | &::placeholder { |
| 22 | color: $primary-dark; |
| 23 | font-weight: bold; |
beccabroek | a5deeea | 2019-03-22 15:38:49 -0500 | [diff] [blame] | 24 | } |
Yoshie Muranaka | fa56273 | 2019-07-17 11:23:15 -0500 | [diff] [blame] | 25 | &::-ms-placeholder { |
| 26 | color: $primary-dark; |
| 27 | font-weight: bold; |
AppaRao Puli | 28711a6 | 2018-10-17 16:07:55 +0530 | [diff] [blame] | 28 | } |
Michael Davis | 3a94fc5 | 2017-05-08 11:20:12 -0500 | [diff] [blame] | 29 | } |
Gunnar Mills | 08744f8 | 2018-03-19 16:24:41 -0500 | [diff] [blame] | 30 | } |
Yoshie Muranaka | 8c80dbd | 2019-08-08 10:58:04 -0500 | [diff] [blame] | 31 | |
| 32 | .role-table { |
| 33 | margin-top: 30px; |
Yoshie Muranaka | 8c80dbd | 2019-08-08 10:58:04 -0500 | [diff] [blame] | 34 | .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 | } |