| @@ -1,148 +1,149 @@ | ||
| 1 | -#winp-sync-content { | |
| 2 | - text-align: center; | |
| 3 | - background-color: #f1f2f4; | |
| 4 | - padding: 20px 40px; | |
| 5 | - border-bottom-left-radius: 6px; | |
| 6 | - border-bottom-right-radius: 6px; | |
| 7 | -} | |
| 8 | -#winp-sync-content .wbcr-inp-enable-snippet-button .dashicons, | |
| 9 | -#winp-sync-content .wbcr-inp-import-snippet-button .dashicons { | |
| 10 | - margin-top: 4px; | |
| 11 | -} | |
| 12 | -#winp-sync-content #winp-snippet-library-table .tablenav-pages-navspan { | |
| 13 | - display: inline-table; | |
| 14 | -} | |
| 15 | -#winp-sync-content .wbcr-inp-snippet-type-label { | |
| 16 | - display: inline-block; | |
| 17 | - padding: 3px 8px 6px; | |
| 18 | - border-radius: 3px; | |
| 19 | - font-weight: bold; | |
| 20 | - width: 50px; | |
| 21 | - text-align: center; | |
| 22 | -} | |
| 23 | -#winp-sync-content .wbcr-inp-snippet-type-label.wbcr-inp-type-php { | |
| 24 | - background: #777bb3; | |
| 25 | - color: #ffffff; | |
| 26 | -} | |
| 27 | -#winp-sync-content .wbcr-inp-snippet-type-label.wbcr-inp-type-text { | |
| 28 | - background: #ffeb3b; | |
| 29 | - color: #655d15; | |
| 30 | -} | |
| 31 | -#winp-sync-content .wbcr-inp-snippet-type-label.wbcr-inp-type-universal { | |
| 32 | - background: #cae8cc; | |
| 33 | - color: #3b6f3e; | |
| 34 | -} | |
| 35 | -#winp-sync-content .wp-list-table th#insert { | |
| 36 | - width: 12%; | |
| 37 | -} | |
| 38 | -#winp-sync-content #winp-sync-save-button { | |
| 39 | - position: relative; | |
| 40 | - bottom: 3px; | |
| 41 | - background-color: #008ec2; | |
| 42 | - color: white; | |
| 43 | - font-weight: bold; | |
| 44 | - text-transform: uppercase; | |
| 45 | - font-size: 16px; | |
| 46 | - margin-left: -4px; | |
| 47 | - border-radius: 1px; | |
| 48 | - width: 141px; | |
| 49 | - height: 44px; | |
| 50 | -} | |
| 51 | -#winp-sync-content #winp-sync-save-button span { | |
| 52 | - position: relative; | |
| 53 | - bottom: 2px; | |
| 54 | -} | |
| 55 | -#winp-sync-content #winp-sync-save-button span img { | |
| 56 | - height: 21px; | |
| 57 | -} | |
| 58 | -#winp-sync-content #winp-sync-snippet-name { | |
| 59 | - padding-left: 20px; | |
| 60 | - width: 75%; | |
| 61 | - background-color: #fefefe; | |
| 62 | - height: 45px; | |
| 63 | - border: 1px solid #e9e9e9; | |
| 64 | - font-size: 16px; | |
| 65 | -} | |
| 66 | -#winp-sync-content p.winp-icon { | |
| 67 | - padding: 10px 0 50px 0; | |
| 68 | - margin-right: 30px; | |
| 69 | -} | |
| 70 | -#winp-sync-content p.winp-icon span { | |
| 71 | - font-size: 5em; | |
| 72 | - color: #c5ccd2; | |
| 73 | -} | |
| 74 | -#winp-sync-content p.winp-header-modal { | |
| 75 | - font-size: 28px; | |
| 76 | - color: #717880; | |
| 77 | -} | |
| 78 | -#winp-sync-content p.winp-title-modal { | |
| 79 | - font-size: 18px; | |
| 80 | - color: #b3b7ba; | |
| 81 | - padding: 15px 0 25px 0; | |
| 82 | -} | |
| 83 | -.winp-sync-buttons { | |
| 84 | - padding: 0 0 10px 10px; | |
| 85 | -} | |
| 86 | -.winp-sync-buttons .winp-green { | |
| 87 | - color: green; | |
| 88 | - font-size: 14px; | |
| 89 | -} | |
| 90 | -.winp-sync-buttons span { | |
| 91 | - color: #81868b; | |
| 92 | -} | |
| 93 | -.winp-sync-buttons .disabled span { | |
| 94 | - color: #b3b8bd; | |
| 95 | -} | |
| 96 | -#winp-snippet-sync { | |
| 97 | - background-color: #f6f6f6; | |
| 98 | - border-color: #cbcbcb; | |
| 99 | - color: #595e63; | |
| 100 | -} | |
| 101 | -.winp-sync-buttons span { | |
| 102 | - position: relative; | |
| 103 | - top: 3px; | |
| 104 | -} | |
| 105 | -#winp-sync-modal button.close { | |
| 106 | - bottom: 12px; | |
| 107 | - position: relative; | |
| 108 | - left: 5px; | |
| 109 | - font-size: 24px; | |
| 110 | -} | |
| 111 | -#winp-sync-modal .modal-dialog { | |
| 112 | - width: 700px; | |
| 113 | -} | |
| 114 | -#winp-sync-modal .modal-dialog-centered { | |
| 115 | - display: flex; | |
| 116 | - align-items: center; | |
| 117 | - min-height: calc(100% - (1.75rem * 2)); | |
| 118 | -} | |
| 119 | -#winp-sync-modal .winp-modal-error { | |
| 120 | - visibility: hidden; | |
| 121 | - color: #d81b1b; | |
| 122 | - display: flex; | |
| 123 | - font-size: 14px; | |
| 124 | -} | |
| 125 | -#winp-sync-modal .winp-modal-error span { | |
| 126 | - text-align: left; | |
| 127 | - font-size: 14px; | |
| 128 | -} | |
| 129 | -#winp-sync-modal .winp-modal-error span::before { | |
| 130 | - position: relative; | |
| 131 | - top: 2px; | |
| 132 | - padding: 0 5px; | |
| 133 | -} | |
| 134 | -#winp-library-buy-button { | |
| 135 | - background-color: #fdc018; | |
| 136 | - border-color: #e7b017; | |
| 137 | - color: white; | |
| 138 | - text-transform: uppercase; | |
| 139 | - border-radius: 1px; | |
| 140 | - padding: 10px 30px; | |
| 141 | -} | |
| 142 | -#winp-library-buy-button span { | |
| 143 | - bottom: 13px; | |
| 144 | -} | |
| 145 | -#winp-library-buy-button span:hover { | |
| 146 | - color: #f3f4ef; | |
| 147 | -} | |
| 1 | +#winp-sync-content { | |
| 2 | + text-align: center; | |
| 3 | + background-color: #f1f2f4; | |
| 4 | + padding: 20px 40px; | |
| 5 | + border-bottom-left-radius: 6px; | |
| 6 | + border-bottom-right-radius: 6px; | |
| 7 | +} | |
| 8 | +#winp-sync-content .wbcr-inp-enable-snippet-button .dashicons, | |
| 9 | +#winp-sync-content .wbcr-inp-import-snippet-button .dashicons { | |
| 10 | + margin-top: 4px; | |
| 11 | +} | |
| 12 | +#winp-sync-content #winp-snippet-library-table .tablenav-pages-navspan { | |
| 13 | + display: inline-table; | |
| 14 | +} | |
| 15 | +#winp-sync-content .wbcr-inp-snippet-type-label { | |
| 16 | + display: inline-block; | |
| 17 | + padding: 3px 8px 6px; | |
| 18 | + border-radius: 3px; | |
| 19 | + font-weight: bold; | |
| 20 | + width: 50px; | |
| 21 | + text-align: center; | |
| 22 | +} | |
| 23 | +#winp-sync-content .wbcr-inp-snippet-type-label.wbcr-inp-type-php { | |
| 24 | + background: #777bb3; | |
| 25 | + color: #ffffff; | |
| 26 | +} | |
| 27 | +#winp-sync-content .wbcr-inp-snippet-type-label.wbcr-inp-type-text { | |
| 28 | + background: #ffeb3b; | |
| 29 | + color: #655d15; | |
| 30 | +} | |
| 31 | +#winp-sync-content .wbcr-inp-snippet-type-label.wbcr-inp-type-universal { | |
| 32 | + background: #cae8cc; | |
| 33 | + color: #3b6f3e; | |
| 34 | +} | |
| 35 | +#winp-sync-content .wp-list-table th#insert { | |
| 36 | + width: 12%; | |
| 37 | +} | |
| 38 | +#winp-sync-content #winp-sync-save-button { | |
| 39 | + position: relative; | |
| 40 | + bottom: 3px; | |
| 41 | + background-color: #008ec2; | |
| 42 | + color: white; | |
| 43 | + font-weight: bold; | |
| 44 | + text-transform: uppercase; | |
| 45 | + font-size: 16px; | |
| 46 | + margin-left: -4px; | |
| 47 | + border-radius: 1px; | |
| 48 | + width: 141px; | |
| 49 | + height: 44px; | |
| 50 | +} | |
| 51 | +#winp-sync-content #winp-sync-save-button span { | |
| 52 | + position: relative; | |
| 53 | + bottom: 2px; | |
| 54 | +} | |
| 55 | +#winp-sync-content #winp-sync-save-button span img { | |
| 56 | + height: 21px; | |
| 57 | +} | |
| 58 | +#winp-sync-content #winp-sync-snippet-name { | |
| 59 | + padding-left: 20px; | |
| 60 | + width: 75%; | |
| 61 | + background-color: #fefefe; | |
| 62 | + height: 45px; | |
| 63 | + border: 1px solid #e9e9e9; | |
| 64 | + font-size: 16px; | |
| 65 | +} | |
| 66 | +#winp-sync-content p.winp-icon { | |
| 67 | + padding: 10px 0 50px 0; | |
| 68 | + margin-right: 30px; | |
| 69 | +} | |
| 70 | +#winp-sync-content p.winp-icon span { | |
| 71 | + font-size: 5em; | |
| 72 | + color: #c5ccd2; | |
| 73 | +} | |
| 74 | +#winp-sync-content p.winp-header-modal { | |
| 75 | + font-size: 28px; | |
| 76 | + color: #717880; | |
| 77 | +} | |
| 78 | +#winp-sync-content p.winp-title-modal { | |
| 79 | + font-size: 18px; | |
| 80 | + color: #b3b7ba; | |
| 81 | + padding: 15px 0 25px 0; | |
| 82 | +} | |
| 83 | +.winp-sync-buttons { | |
| 84 | + padding: 0 0 10px 10px; | |
| 85 | +} | |
| 86 | +.winp-sync-buttons .winp-green { | |
| 87 | + color: green; | |
| 88 | + font-size: 14px; | |
| 89 | +} | |
| 90 | +.winp-sync-buttons span { | |
| 91 | + color: #81868b; | |
| 92 | +} | |
| 93 | +.winp-sync-buttons .disabled span { | |
| 94 | + color: #b3b8bd; | |
| 95 | +} | |
| 96 | +#winp-snippet-sync { | |
| 97 | + background-color: #f6f6f6; | |
| 98 | + border-color: #cbcbcb; | |
| 99 | + color: #595e63; | |
| 100 | +} | |
| 101 | +.winp-sync-buttons span { | |
| 102 | + position: relative; | |
| 103 | + top: 3px; | |
| 104 | +} | |
| 105 | +#winp-sync-modal button.close { | |
| 106 | + bottom: 12px; | |
| 107 | + position: relative; | |
| 108 | + left: 5px; | |
| 109 | + font-size: 24px; | |
| 110 | +} | |
| 111 | +#winp-sync-modal .modal-dialog { | |
| 112 | + width: 700px; | |
| 113 | +} | |
| 114 | +#winp-sync-modal .modal-dialog-centered { | |
| 115 | + display: flex; | |
| 116 | + align-items: center; | |
| 117 | + min-height: calc(96.5%); | |
| 118 | +} | |
| 119 | +#winp-sync-modal .winp-modal-error { | |
| 120 | + visibility: hidden; | |
| 121 | + color: #d81b1b; | |
| 122 | + display: flex; | |
| 123 | + font-size: 14px; | |
| 124 | +} | |
| 125 | +#winp-sync-modal .winp-modal-error span { | |
| 126 | + text-align: left; | |
| 127 | + font-size: 14px; | |
| 128 | +} | |
| 129 | +#winp-sync-modal .winp-modal-error span::before { | |
| 130 | + position: relative; | |
| 131 | + top: 2px; | |
| 132 | + padding: 0 5px; | |
| 133 | +} | |
| 134 | +#winp-library-buy-button { | |
| 135 | + background-color: #fdc018; | |
| 136 | + border-color: #e7b017; | |
| 137 | + color: white; | |
| 138 | + text-transform: uppercase; | |
| 139 | + border-radius: 1px; | |
| 140 | + padding: 20px 30px; | |
| 141 | +} | |
| 142 | +#winp-library-buy-button span { | |
| 143 | + position: relative; | |
| 144 | + bottom: 13px; | |
| 145 | +} | |
| 146 | +#winp-library-buy-button span:hover { | |
| 147 | + color: #f3f4ef; | |
| 148 | +} | |
| 148 | 149 | /*# sourceMappingURL=sync.css.map */ |