Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | |
2 | .vsp-component-questionnaire-view { | ||||
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 3 | input[type='checkbox'] { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 4 | &: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 Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 14 | .section-field { |
15 | textarea { | ||||
16 | height: 80px; | ||||
17 | } | ||||
18 | } | ||||
19 | |||||
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 20 | .rows-section, .grid-items { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 21 | .row-flex-components { |
22 | display: flex; | ||||
23 | } | ||||
24 | |||||
25 | .vertical-flex { | ||||
26 | flex-direction: column; | ||||
27 | .control-label { | ||||
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 28 | @extend .body-2-semibold; |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 29 | } |
30 | .radio-options-content-row { | ||||
31 | display: flex; | ||||
32 | margin-top: -4px; | ||||
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 33 | .validation-radio-wrapper { |
34 | margin-right: 20px; | ||||
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 35 | |
36 | & > .form-group { | ||||
37 | display: flex; | ||||
38 | } | ||||
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame^] | 39 | .form-group .sdc-radio { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 40 | width: auto; |
41 | margin-right: 0; | ||||
42 | } | ||||
43 | } | ||||
44 | } | ||||
45 | } | ||||
46 | } | ||||
47 | } | ||||
48 | } |