blob: 2a99263285e50d7e53b02b35f5663990921a73db [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001
2.vsp-component-questionnaire-view {
talig8e9c0652017-12-20 14:30:43 +02003 input[type='checkbox'] {
Michael Landoefa037d2017-02-19 12:57:33 +02004 &:before {
5 border: 1px solid $dark-gray;
6 cursor: pointer;
7 }
8 &:checked:before {
9 border: 1px solid $blue;
10 }
11 }
12 .component-questionnaire-validation-form {
13
Michael Landoefa037d2017-02-19 12:57:33 +020014 .section-field {
15 textarea {
16 height: 80px;
17 }
18 }
19
AviZi280f8012017-06-09 02:39:56 +030020 .rows-section, .grid-items {
Michael Landoefa037d2017-02-19 12:57:33 +020021 .row-flex-components {
22 display: flex;
23 }
24
25 .vertical-flex {
26 flex-direction: column;
27 .control-label {
Avi Zivb8e2faf2017-07-18 19:45:38 +030028 @extend .body-2-semibold;
Michael Landoefa037d2017-02-19 12:57:33 +020029 }
30 .radio-options-content-row {
31 display: flex;
32 margin-top: -4px;
talig8e9c0652017-12-20 14:30:43 +020033 .validation-radio-wrapper {
34 margin-right: 20px;
Michael Landoefa037d2017-02-19 12:57:33 +020035
36 & > .form-group {
37 display: flex;
38 }
talig8e9c0652017-12-20 14:30:43 +020039 .form-group .sdc-radio {
Michael Landoefa037d2017-02-19 12:57:33 +020040 width: auto;
41 margin-right: 0;
42 }
43 }
44 }
45 }
46 }
47 }
48}