blob: ee8cfa5c7fb46f074410953770cc33f5f6e3bfac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.vsp-component-computeFlavor-view {
.component-questionnaire-validation-form {
.vm-sizing-section {
.section-title {
text-transform: capitalize;
font-size: 18px;
}
.duplicate-title-line label.control-label{
height: 2.7em;
}
}
}
}
.compute-flavor-editor-modal-edit {
.modal-lg {
width: 1182px;
}
}
|