aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss
diff options
context:
space:
mode:
authorEinav Weiss Keidar <einavw@amdocs.com>2018-08-13 16:19:46 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2019-02-11 13:50:22 +0000
commit1801b24389baa8e3f7298ff2c41e2512b19c1290 (patch)
treed3d2a15f53aa28698280d609548298d177f9280d /openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss
parentaf8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 (diff)
react 16 upgrade
Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss77
1 files changed, 38 insertions, 39 deletions
diff --git a/openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss b/openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss
index 2a99263285..8a7575fd97 100644
--- a/openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss
+++ b/openecomp-ui/resources/scss/modules/_vspComponentQuestionnaire.scss
@@ -1,48 +1,47 @@
-
.vsp-component-questionnaire-view {
- input[type='checkbox'] {
- &:before {
- border: 1px solid $dark-gray;
- cursor: pointer;
- }
- &:checked:before {
- border: 1px solid $blue;
- }
- }
- .component-questionnaire-validation-form {
-
- .section-field {
- textarea {
- height: 80px;
- }
+ input[type='checkbox'] {
+ &:before {
+ border: 1px solid $dark-gray;
+ cursor: pointer;
+ }
+ &:checked:before {
+ border: 1px solid $blue;
+ }
}
-
- .rows-section, .grid-items {
- .row-flex-components {
- display: flex;
- }
-
- .vertical-flex {
- flex-direction: column;
- .control-label {
- @extend .body-2-semibold;
+ .component-questionnaire-validation-form {
+ .section-field {
+ textarea {
+ height: 80px;
+ }
}
- .radio-options-content-row {
- display: flex;
- margin-top: -4px;
- .validation-radio-wrapper {
- margin-right: 20px;
- & > .form-group {
- display: flex;
+ .rows-section,
+ .grid-items {
+ .row-flex-components {
+ display: flex;
}
- .form-group .sdc-radio {
- width: auto;
- margin-right: 0;
+
+ .vertical-flex {
+ flex-direction: column;
+ .control-label {
+ @extend .body-2-semibold;
+ }
+ .radio-options-content-row {
+ display: flex;
+ margin-top: -4px;
+ .validation-radio-wrapper {
+ margin-right: 20px;
+
+ & > .form-group {
+ display: flex;
+ }
+ .form-group .sdc-radio {
+ width: auto;
+ margin-right: 0;
+ }
+ }
+ }
}
- }
}
- }
}
- }
}