Avi Ziv | 61070c9 | 2017-07-26 17:37:57 +0300 | [diff] [blame] | 1 | .license-model-modal { |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 2 | .modal-body { |
| 3 | padding: 0; |
| 4 | } |
Avi Ziv | 61070c9 | 2017-07-26 17:37:57 +0300 | [diff] [blame] | 5 | .modal-header { |
| 6 | border-bottom: none; |
| 7 | padding-bottom: 30px; |
| 8 | } |
Avi Ziv | 61070c9 | 2017-07-26 17:37:57 +0300 | [diff] [blame] | 9 | .sdc-tabs-list { |
| 10 | padding-left: 50px; |
| 11 | border-bottom: 1px solid $tlv-light-gray; |
| 12 | display: flex; |
| 13 | align-items: baseline; |
| 14 | } |
| 15 | .sdc-tab-content { |
| 16 | margin-top: 0; |
| 17 | } |
| 18 | .add-limit-button { |
| 19 | margin-left: auto; |
| 20 | margin-right: 50px; |
| 21 | padding-right: 0; |
| 22 | text-align: end; |
| 23 | } |
| 24 | .license-model-form { |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 25 | .validation-form-content, .validation-buttons { |
Avi Ziv | 61070c9 | 2017-07-26 17:37:57 +0300 | [diff] [blame] | 26 | padding: 20px 50px; |
| 27 | } |
| 28 | &.license-agreement-form, &.feature-group-form { |
| 29 | .validation-form-content { |
| 30 | padding: 0; |
| 31 | } |
| 32 | .sdc-tab-content { |
| 33 | padding: 20px 50px; |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 | .license-model-modal-buttons { |
| 38 | padding: 21px 50px; |
| 39 | display: flex; |
| 40 | justify-content: flex-end; |
| 41 | background-color: $tlv-gray; |
| 42 | margin-top: 2px; |
| 43 | .sdc-button { |
| 44 | margin-left: 20px; |
| 45 | } |
| 46 | } |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 47 | } |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 48 | .license-model-list-editor { |
| 49 | .list-editor-view-list { |
| 50 | .list-editor-item-view { |
| 51 | min-height: 110px; |
| 52 | height: 110px; |
| 53 | } |
| 54 | } |
| 55 | } |