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