← All changes
|
assets/css/modules/atomic-widgets/editor.css
+11
-9
4.1.0-dev3
→
4.3.0-beta3
View file →
| @@ -1,5 +1,5 @@ | ||
| 1 | -.e-form-placeholder { | |
| 1 | +.e-pro-promotion-placeholder { | |
| 2 | 2 | display: flex; |
| 3 | 3 | flex-direction: column; |
| 4 | 4 | align-items: center; |
| 5 | 5 | justify-content: center; |
| @@ -7,14 +7,14 @@ | ||
| 7 | 7 | border: 2px dashed #d2d2d2; |
| 8 | 8 | text-align: center; |
| 9 | 9 | min-height: 200px; |
| 10 | 10 | } |
| 11 | -.e-form-placeholder__icon { | |
| 11 | +.e-pro-promotion-placeholder__icon { | |
| 12 | 12 | font-size: 48px; |
| 13 | 13 | color: rgba(0, 0, 0, 0.54); |
| 14 | 14 | margin-bottom: 4px; |
| 15 | 15 | } |
| 16 | -.e-form-placeholder__title { | |
| 16 | +.e-pro-promotion-placeholder__title { | |
| 17 | 17 | font-family: Poppins, sans-serif; |
| 18 | 18 | font-size: 16px; |
| 19 | 19 | font-weight: 600; |
| 20 | 20 | line-height: normal; |
| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | font-weight: 600; |
| 20 | 20 | line-height: normal; |
| 21 | 21 | color: #000000; |
| 22 | 22 | } |
| 23 | -.e-form-placeholder__description { | |
| 23 | +.e-pro-promotion-placeholder__description { | |
| 24 | 24 | font-family: Poppins, sans-serif; |
| 25 | 25 | font-size: 12px; |
| 26 | 26 | font-weight: 400; |
| 27 | 27 | line-height: normal; |
| @@ -27,13 +27,13 @@ | ||
| 27 | 27 | line-height: normal; |
| 28 | 28 | color: #3f444b; |
| 29 | 29 | margin-bottom: 16px; |
| 30 | 30 | } |
| 31 | -.e-form-placeholder__actions { | |
| 31 | +.e-pro-promotion-placeholder__actions { | |
| 32 | 32 | display: flex; |
| 33 | 33 | gap: 8px; |
| 34 | 34 | } |
| 35 | -.e-form-placeholder__remove-btn { | |
| 35 | +.e-pro-promotion-placeholder__remove-btn { | |
| 36 | 36 | display: flex; |
| 37 | 37 | justify-content: center; |
| 38 | 38 | align-items: center; |
| 39 | 39 | padding: 4px 10px; |
| @@ -49,12 +49,12 @@ | ||
| 49 | 49 | letter-spacing: 0.46px; |
| 50 | 50 | color: #515962; |
| 51 | 51 | box-sizing: border-box; |
| 52 | 52 | } |
| 53 | -.e-form-placeholder__remove-btn:hover { | |
| 53 | +.e-pro-promotion-placeholder__remove-btn:hover { | |
| 54 | 54 | background: #f1f2f3; |
| 55 | 55 | } |
| 56 | -.e-form-placeholder__unlock-btn { | |
| 56 | +.e-pro-promotion-placeholder__unlock-btn { | |
| 57 | 57 | display: flex; |
| 58 | 58 | justify-content: center; |
| 59 | 59 | align-items: center; |
| 60 | 60 | padding: 4px 10px; |
| @@ -71,9 +71,11 @@ | ||
| 71 | 71 | letter-spacing: 0.46px; |
| 72 | 72 | text-decoration: none; |
| 73 | 73 | box-sizing: border-box; |
| 74 | 74 | } |
| 75 | -.e-form-placeholder__unlock-btn:hover { | |
| 75 | +.e-pro-promotion-placeholder__unlock-btn:hover { | |
| 76 | 76 | background: #7a0032; |
| 77 | + color: #fff; | |
| 78 | + text-decoration: none; | |
| 77 | 79 | } |
| 78 | 80 | |
| 79 | 81 | /*# sourceMappingURL=editor.css.map */ |