PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 1.1.4
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v1.1.4
2.7.0 2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 All 43 releases
sellkit / assets / dist / css / admin-rtl.css

admin-rtl.css in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster 1.1.4, at assets/dist/css/admin-rtl.css

40 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sellkit-notice {
2 display: -webkit-box;
3 display: -ms-flexbox;
4 display: flex;
5 margin: 5px 0 15px;
6 padding-top: 0 !important;
7 padding-bottom: 0 !important;
8 padding-right: 0 !important;
9 border-right-color: #635cff;
10 }
11
12 .sellkit-notice h3 {
13 margin-top: 0;
14 }
15
16 .sellkit-notice .sellkit-notice-content {
17 display: block;
18 padding: 20px;
19 }
20
21 .sellkit-notice .sellkit-notice-content .sellkit-notice-content-footer {
22 margin-top: 15px;
23 }
24
25 .sellkit-notice .sellkit-notice-aside {
26 width: 55px;
27 background-color: rgba(223, 222, 255, 0.3);
28 text-align: center;
29 }
30
31 .sellkit-notice .sellkit-notice-aside-icon {
32 display: inline-block;
33 width: 28px;
34 height: 28px;
35 margin: 20px -4px 0 0;
36 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' style='enable-background:new 0 0 500 500;' xml:space='preserve' viewBox='127.4 127.6 244.7 244.6'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23635CFF;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M315.5,372.2H183.9c-31.2,0-56.5-25.3-56.5-56.5V184.1c0-31.2,25.3-56.5,56.5-56.5h131.7 c31.2,0,56.5,25.3,56.5,56.5v131.7C372,346.9,346.7,372.2,315.5,372.2z'/%3E%3Cpath class='st1' d='M300,215.2l-18.1,60.5h-55.2l-18.1-60.5h-36.8v26.3h17.2l18.1,60.5h94.3l26-86.8H300z M254.5,219.7l17.6,15.4 l17.3-19.8l-34.9-30.5l-34.9,30.5l17.3,19.8L254.5,219.7z'/%3E%3C/svg%3E");
37 background-size: cover;
38 vertical-align: middle;
39 }
40