Added MultiSelect input control for provider settings

Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
Taloth Saldono
2020-09-22 22:40:33 +02:00
committed by Qstick
parent 459dcc2ed6
commit a6ec2f5367
10 changed files with 181 additions and 34 deletions
@@ -11,6 +11,16 @@
}
}
.optionCheck {
composes: container from '~./CheckInput.css';
flex: 0 0 0;
}
.optionCheckInput {
composes: input from '~./CheckInput.css';
margin-top: 0px;
}
.isSelected {
background-color: #e2e2e2;