libs
5 months ago
clearfy-base.css
5 months ago
clearfy-base.css.map
4 years ago
clearfy-base.less
5 months ago
components.css
5 months ago
components.css.map
1 year ago
components.less
5 months ago
license-manager.css
5 months ago
page-setup.css
5 months ago
page-setup.css.map
4 years ago
page-setup.less
3 years ago
components.css
138 lines
| 1 | /** |
| 2 | * Page components |
| 3 | */ |
| 4 | #WBCR .wbc-factory-templates-759-components { |
| 5 | padding: 0 20px 20px; |
| 6 | text-align: left; |
| 7 | } |
| 8 | #WBCR .wbc-factory-templates-759-components .plugin-card { |
| 9 | position: relative; |
| 10 | display: inline-block; |
| 11 | width: 32.7%; |
| 12 | height: 250px; |
| 13 | margin-left: 0; |
| 14 | margin-right: 0; |
| 15 | text-align: left; |
| 16 | float: none; |
| 17 | vertical-align: top; |
| 18 | } |
| 19 | #WBCR .wbc-factory-templates-759-components .plugin-card:first-child { |
| 20 | margin-left: 0; |
| 21 | } |
| 22 | #WBCR .wbc-factory-templates-759-components .plugin-card .plugin-card-bottom { |
| 23 | position: absolute; |
| 24 | bottom: 0; |
| 25 | right: 0; |
| 26 | left: 0; |
| 27 | } |
| 28 | #WBCR .wbc-factory-templates-759-components .plugin-card .plugin-card-top { |
| 29 | min-height: 163px; |
| 30 | } |
| 31 | #WBCR .wbc-factory-templates-759-components .plugin-card .desc, |
| 32 | #WBCR .wbc-factory-templates-759-components .plugin-card .name { |
| 33 | margin-right: 0 !important; |
| 34 | } |
| 35 | #WBCR .wbc-factory-templates-759-components .plugin-card .name h3 { |
| 36 | font-size: 17px; |
| 37 | margin-top: 0 !important; |
| 38 | } |
| 39 | #WBCR .wbc-factory-templates-759-components .plugin-card .install-now { |
| 40 | float: right; |
| 41 | } |
| 42 | #WBCR .wbc-factory-templates-759-components .plugin-card .delete-now { |
| 43 | float: right; |
| 44 | margin-left: 5px; |
| 45 | } |
| 46 | #WBCR .wbc-factory-templates-759-components .plugin-card .delete-now .dashicons, |
| 47 | #WBCR .wbc-factory-templates-759-components .plugin-card .delete-now .dashicons-before:before { |
| 48 | font-size: 16px !important; |
| 49 | line-height: 1.5 !important; |
| 50 | color: #62696f; |
| 51 | } |
| 52 | #WBCR .wbc-factory-templates-759-components .plugin-card a.open-plugin-details-modal { |
| 53 | color: #5c5d5f; |
| 54 | text-decoration: none; |
| 55 | font-weight: 600; |
| 56 | font-size: 15px; |
| 57 | } |
| 58 | #WBCR .wbc-factory-templates-759-components .plugin-card .plugin-card-premium-ribbon { |
| 59 | position: absolute; |
| 60 | bottom: 60px; |
| 61 | right: 0; |
| 62 | height: 30px; |
| 63 | width: 120px; |
| 64 | border-radius: 3px 0 0 3px; |
| 65 | background-color: #f7dea9; |
| 66 | color: #67532f; |
| 67 | text-align: center; |
| 68 | font-size: 12px; |
| 69 | font-weight: 600; |
| 70 | line-height: 2.4; |
| 71 | text-transform: uppercase; |
| 72 | z-index: 1; |
| 73 | } |
| 74 | #WBCR .wbc-factory-templates-759-components .plugin-card .plugin-card-free-ribbon { |
| 75 | position: absolute; |
| 76 | bottom: 60px; |
| 77 | right: 0; |
| 78 | height: 30px; |
| 79 | width: 120px; |
| 80 | border-radius: 3px 0 0 3px; |
| 81 | background-color: #cccccc; |
| 82 | color: #6b6b6b; |
| 83 | text-align: center; |
| 84 | font-size: 12px; |
| 85 | font-weight: 600; |
| 86 | line-height: 2.4; |
| 87 | text-transform: uppercase; |
| 88 | z-index: 1; |
| 89 | } |
| 90 | #WBCR .wbc-factory-templates-759-components .plugin-card .plugin-card-freemium-ribbon { |
| 91 | position: absolute; |
| 92 | bottom: 60px; |
| 93 | right: 0; |
| 94 | height: 30px; |
| 95 | width: 120px; |
| 96 | border-radius: 3px 0 0 3px; |
| 97 | background-color: #cae2b3; |
| 98 | color: #546742; |
| 99 | text-align: center; |
| 100 | font-size: 12px; |
| 101 | font-weight: 600; |
| 102 | line-height: 2.4; |
| 103 | text-transform: uppercase; |
| 104 | z-index: 1; |
| 105 | } |
| 106 | #WBCR .wbc-factory-templates-759-components .plugin-card.premium { |
| 107 | border-color: #e8d7b2; |
| 108 | background-color: #fff9eb; |
| 109 | } |
| 110 | #WBCR .wbc-factory-templates-759-components .plugin-card.plugin-status-deactive { |
| 111 | background-color: #f1f1f1; |
| 112 | } |
| 113 | #WBCR .wbc-factory-templates-759-components .plugin-card.plugin-status-deactive a.open-plugin-details-modal { |
| 114 | color: #ababab; |
| 115 | text-decoration: none; |
| 116 | font-weight: 600; |
| 117 | font-size: 15px; |
| 118 | } |
| 119 | #WBCR .wbc-factory-templates-759-components .plugin-card.plugin-status-deactive .plugin-icon { |
| 120 | opacity: 0.3; |
| 121 | } |
| 122 | #WBCR .wbc-factory-templates-759-components .plugin-card.plugin-status-deactive .desc { |
| 123 | color: #afafaf; |
| 124 | } |
| 125 | #WBCR .wbc-factory-templates-759-components .plugin-card.plugin-status-deactive.premium { |
| 126 | background-color: #f9f2f1; |
| 127 | } |
| 128 | @media screen and (max-width: 1750px) { |
| 129 | #WBCR .wbc-factory-templates-759-components .plugin-card { |
| 130 | width: 49%; |
| 131 | } |
| 132 | } |
| 133 | @media screen and (max-width: 1350px) { |
| 134 | #WBCR .wbc-factory-templates-759-components .plugin-card { |
| 135 | width: 100%; |
| 136 | } |
| 137 | } |
| 138 | /*# sourceMappingURL=components.css.map */ |