blob: 9658b90447d82465be260787ed56a60a083080f2 [file] [log] [blame]
Yoshie Muranakafa562732019-07-17 11:23:15 -05001.local-users__actions {
2 display: flex;
3 flex-direction: row;
4 justify-content: flex-end;
AppaRao Pulib1e7c862019-03-12 14:56:40 +05305}
Yoshie Muranakafa562732019-07-17 11:23:15 -05006
7.local-users__actions,
8.local-users__table .bmc-table {
9 max-width: 900px;
10}
11
12.modal__local-users,
13.modal__local-users-settings {
14 .modal-body {
15 padding-left: 0;
16 padding-right: 0;
AppaRao Puli28711a62018-10-17 16:07:55 +053017 }
Yoshie Muranakafa562732019-07-17 11:23:15 -050018}
19
20.modal__local-users {
21 input[type="password"] {
22 &::placeholder {
23 color: $primary-dark;
24 font-weight: bold;
beccabroeka5deeea2019-03-22 15:38:49 -050025 }
Yoshie Muranakafa562732019-07-17 11:23:15 -050026 &::-ms-placeholder {
27 color: $primary-dark;
28 font-weight: bold;
AppaRao Puli28711a62018-10-17 16:07:55 +053029 }
Michael Davis3a94fc52017-05-08 11:20:12 -050030 }
Gunnar Mills08744f82018-03-19 16:24:41 -050031}