| 1 |
.image-optimization-control--list-view { |
| 2 |
display: flex; |
| 3 |
justify-content: flex-start; |
| 4 |
align-items: center; |
| 5 |
min-height: 105px; |
| 6 |
} |
| 7 |
|
| 8 |
.image-optimization-control--list-view.image-optimization-control--error { |
| 9 |
justify-content: center; |
| 10 |
align-items: flex-start; |
| 11 |
} |
| 12 |
|
| 13 |
.image-optimization-control__buttons-wrapper { |
| 14 |
margin-top: 8px; |
| 15 |
} |
| 16 |
|
| 17 |
.image-optimization-control__buttons-wrapper :not(:last-of-type) { |
| 18 |
margin-right: 8px; |
| 19 |
} |
| 20 |
|
| 21 |
.image-optimization-control--error { |
| 22 |
flex-direction: column; |
| 23 |
} |
| 24 |
|
| 25 |
.image-optimization-control--optimized { |
| 26 |
flex-direction: column; |
| 27 |
align-items: flex-start; |
| 28 |
} |
| 29 |
|
| 30 |
.image-optimization-control__error-message { |
| 31 |
display: flex; |
| 32 |
flex-direction: column; |
| 33 |
|
| 34 |
font-family: Roboto, sans-serif; |
| 35 |
font-size: 14px; |
| 36 |
font-weight: 600; |
| 37 |
line-height: 24px; |
| 38 |
margin-bottom: 15px; |
| 39 |
max-width: 200px; |
| 40 |
} |
| 41 |
|
| 42 |
.image-optimization-control__error-title { |
| 43 |
margin-bottom: 10px; |
| 44 |
} |
| 45 |
|
| 46 |
.image-optimization-control__error-subtitle { |
| 47 |
color: #DC2626; |
| 48 |
} |
| 49 |
|
| 50 |
.image-optimization-control__button { |
| 51 |
font-family: Roboto, sans-serif; |
| 52 |
font-weight: 500; |
| 53 |
border-radius: 4px; |
| 54 |
} |
| 55 |
|
| 56 |
.image-optimization-control__button--optimize > .spinner { |
| 57 |
float: left; |
| 58 |
padding: 0; |
| 59 |
margin-top: 4px; |
| 60 |
margin-left: 0; |
| 61 |
margin-bottom: 0; |
| 62 |
} |
| 63 |
|
| 64 |
.image-optimization-control--error .image-optimization-control__button--try-again, |
| 65 |
.image-optimization-control--error .image-optimization-control__button--try-again:hover { |
| 66 |
color: #DC2626; |
| 67 |
border-color: #DC2626; |
| 68 |
background: transparent; |
| 69 |
} |
| 70 |
|
| 71 |
.image-optimization-control__property { |
| 72 |
margin: 9px 0; |
| 73 |
} |
| 74 |
|
| 75 |
.image-optimization-control__property:last-of-type { |
| 76 |
margin-bottom: 0; |
| 77 |
} |
| 78 |
|
| 79 |
.image-optimization-control .image-optimization-setting { |
| 80 |
margin-bottom: 0; |
| 81 |
} |
| 82 |
|
| 83 |
.image-optimization-control__property-value, |
| 84 |
.image-optimization-control--details-view .setting .image-optimization-control__property-value { |
| 85 |
font-weight: 600; |
| 86 |
font-size: 13px; |
| 87 |
line-height: 24px; |
| 88 |
} |
| 89 |
|
| 90 |
.image-optimization-control--details-view .setting .image-optimization-control__property-value { |
| 91 |
margin: 6px 3px 3px; |
| 92 |
text-align: left; |
| 93 |
} |
| 94 |
|
| 95 |
.image-optimization-control--details-view .setting .image-optimization-control__property-value--button { |
| 96 |
margin: 0 0 0 3px; |
| 97 |
font-weight: initial; |
| 98 |
} |
| 99 |
|
| 100 |
.image-optimization-control--details-view .setting .image-optimization-control__property-value--spinner { |
| 101 |
display: flex; |
| 102 |
justify-content: center; |
| 103 |
margin: 25px 0 0 3px; |
| 104 |
} |
| 105 |
|
| 106 |
.image-optimization-control__action-button-wrapper { |
| 107 |
margin-top: 37px; |
| 108 |
display: flex; |
| 109 |
width: 100%; |
| 110 |
justify-content: flex-end; |
| 111 |
} |
| 112 |
|
| 113 |
.image-optimization-control__action-button-wrapper .button-link:not(:last-of-type) { |
| 114 |
margin-right: 24px; |
| 115 |
} |
| 116 |
|
| 117 |
.image-optimization-control__action-button-wrapper .button-link, |
| 118 |
.image-optimization-control--details-view .image-optimization-control__property-value--button .button-link { |
| 119 |
text-decoration: none; |
| 120 |
} |
| 121 |
|
| 122 |
.image-optimization-control__action-button-wrapper .button-link:hover, |
| 123 |
.image-optimization-control--details-view .image-optimization-control__property-value--button .button-link:hover { |
| 124 |
background-color: transparent; |
| 125 |
} |
| 126 |
|
| 127 |
.image-optimization-control__action-spinner-wrapper { |
| 128 |
height: 75px; |
| 129 |
display: flex; |
| 130 |
justify-content: center; |
| 131 |
align-items: center; |
| 132 |
} |
| 133 |
|
| 134 |
div .components-tooltip { |
| 135 |
max-width: 165px; |
| 136 |
text-align: start; |
| 137 |
} |
| 138 |
|