blob: 1d806919d2a70d3115cfa5723b598c62b5a11b21 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001.section-title {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +03002 @extend .heading-3-semibold;
3 padding: 50px 0 20px 0;
4 &:first-child {
5 padding-top: 0;
6 }
andre.schmid36fa9cd2021-07-22 11:54:07 +01007 span.required {
8 color: $red;
9 margin: 0 4px 0 0;
10 }
Michael Landoefa037d2017-02-19 12:57:33 +020011}
AviZi280f8012017-06-09 02:39:56 +030012
13.validation-form-content {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030014 fieldset[disabled] {
15 .form-group {
16 opacity: 0.7;
17 cursor: auto;
18 pointer-events: none;
19 .dropdown-multi-select {
20 .form-group {
21 opacity: 1;
22 }
23 .Select-control {
24 background-color: $tlv-light-gray;
25 }
26 }
27 }
28 }
AviZi280f8012017-06-09 02:39:56 +030029}
30
Michael Landoefa037d2017-02-19 12:57:33 +020031.dropdown-multi-select {
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030032 .Select {
33 display: block;
34 width: 100%;
35 .Select-menu-outer {
36 .Select-option {
37 &:hover {
38 background-color: $blue;
39 color: $white;
40 }
41 }
Michael Landoefa037d2017-02-19 12:57:33 +020042 }
Einav Weiss Keidar1801b242018-08-13 16:19:46 +030043 .Select-control {
44 height: 28px;
45 border-radius: 2px;
46 .Select-input {
47 height: 28px;
48 input {
49 height: 28px;
50 padding: 0;
51 }
52 }
53 .Select-placeholder {
54 line-height: 30px;
55 }
56 }
57 &.Select--multi {
58 .Select-value {
59 color: $text-black;
60 background-color: $background-gray;
61 border: none;
62 margin: 3px 0 3px 10px;
63 border-radius: 10px;
64 padding-left: 8px;
65 padding-right: 6px;
66 }
67 .Select-value-icon {
68 border: none;
69 float: right;
70 &:hover {
71 background-color: inherit;
72 color: inherit;
73 }
74 }
75 .Select-arrow-zone {
76 padding-top: 4px;
77 }
78 }
Michael Landoefa037d2017-02-19 12:57:33 +020079 }
Michael Landoefa037d2017-02-19 12:57:33 +020080}