Skip to content

Commit d0ed1ba

Browse files
committed
#13353 - Added updated css
1 parent 01b4730 commit d0ed1ba

1 file changed

Lines changed: 11 additions & 15 deletions

File tree

  • sormas-ui/src/main/webapp/VAADIN/themes/sormas

sormas-ui/src/main/webapp/VAADIN/themes/sormas/global.scss

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -443,41 +443,37 @@
443443
opacity: 0.5;
444444
}
445445

446+
.system-configuration-dynamic-input .system-configuration-dynamic-input-fixed-size {
447+
height: 30rem;
448+
overflow: auto;
449+
}
450+
446451
.system-configuration-dynamic-input .v-select-optiongroup-wrapping-checkbox-group {
447452
display: flex;
448453
flex-wrap: wrap;
449454
}
450455

451456
.system-configuration-dynamic-input .v-select-optiongroup-wrapping-checkbox-group > .v-checkbox {
452457
display: flex;
453-
flex-grow: 1;
454-
flex-shrink: 1;
455-
align-items:stretch;
456-
align-content:stretch;
457-
}
458-
459-
.system-configuration-dynamic-input .v-select-optiongroup-wrapping-checkbox-group > .v-checkbox label {
460-
width:100%;
461-
text-align:center;
462-
border:1px solid;
458+
width: calc(33.33% - 1.5rem);
463459
}
464460

465461
.system-configuration-dynamic-input .toggle-password .v-spacing {
466-
display:none;
462+
display: none;
467463
}
468464

469465
.system-configuration-dynamic-input .toggle-password .v-slot {
470-
width:100% !important;
466+
width: 100% !important;
471467

472468
}
473469

474470
.system-configuration-dynamic-input .toggle-password input {
475-
height:36px;
471+
height: 36px;
476472
}
477473

478474
.system-configuration-dynamic-input .toggle-password .v-button {
479-
margin-left:-4rem;
480-
margin-top:2px;
475+
margin-left: -4rem;
476+
margin-top: 2px;
481477
}
482478

483479
.case-notifier-side-view {

0 commit comments

Comments
 (0)