talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 1 | .modal-content { |
2 | .modal-body { | ||||
3 | .manage-permissions-page { | ||||
4 | .validation-form-content { | ||||
5 | overflow-y: visible; | ||||
6 | } | ||||
7 | |||||
8 | .manage-permissions-title { | ||||
9 | @extend .body-1-semibold; | ||||
10 | margin-bottom: 10px; | ||||
11 | } | ||||
12 | .owner-details { | ||||
13 | @extend .body-2; | ||||
14 | display: flex; | ||||
15 | margin-bottom: 30px; | ||||
16 | .change-owner { | ||||
17 | margin-left: auto; | ||||
18 | color: $blue; | ||||
19 | cursor: pointer; | ||||
20 | &:hover { | ||||
21 | color: $dark-blue; | ||||
22 | } | ||||
23 | } | ||||
24 | } | ||||
25 | .change-owner-wrapper { | ||||
26 | .form-group { | ||||
27 | margin-bottom: 30px; | ||||
28 | } | ||||
29 | |||||
30 | } | ||||
31 | .change-owner-title { | ||||
32 | display: flex; | ||||
33 | align-items: center; | ||||
34 | margin-bottom: 10px; | ||||
35 | .manage-permissions-title { | ||||
36 | margin-bottom: 0; | ||||
37 | } | ||||
38 | .svg-icon-wrapper { | ||||
39 | margin-left: 5px; | ||||
40 | .svg-icon { | ||||
41 | width: 13px; | ||||
42 | height: 13px; | ||||
43 | fill: $dark-gray; | ||||
44 | } | ||||
45 | } | ||||
46 | } | ||||
47 | .contributors-select { | ||||
48 | .Select-menu { | ||||
49 | max-height: 150px; | ||||
50 | overflow-y: auto | ||||
51 | } | ||||
52 | } | ||||
53 | } | ||||
54 | } | ||||
55 | } |