PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.1
Tiered Pricing Table for WooCommerce v2.2.1
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / freemius / assets / scss / admin / affiliation.scss

affiliation.scss in Tiered Pricing Table for WooCommerce 2.2.1, at freemius/assets/scss/admin/affiliation.scss

97 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "../start";
2
3 #fs_affiliation_content_wrapper {
4 #messages {
5 margin-top: 25px;
6 }
7
8 h3 {
9 font-size: 24px;
10 padding: 0;
11 margin-left: 0;
12 }
13
14 ul {
15 li {
16 @include box-sizing(border-box);
17 list-style-type: none;
18
19 &:before {
20 content: '✓';
21 margin-right: 10px;
22 font-weight: bold;
23 }
24 }
25 }
26
27 p:not(.description), li, label {
28 font-size: 16px !important;
29 line-height: 26px !important;
30 }
31
32 .button {
33 margin-top: 20px;
34 margin-bottom: 7px;
35 line-height: 35px;
36 height: 40px;
37 font-size: 16px;
38
39 &#cancel_button {
40 margin-right: 5px;
41 }
42 }
43
44 form {
45 .input-container {
46 .input-label {
47 font-weight: bold;
48 display: block;
49 width: 100%;
50 }
51
52 &.input-container-text {
53 label, input, textarea {
54 display: block;
55 }
56 }
57
58 margin-bottom: 15px;
59
60 #add_domain, .remove-domain {
61 text-decoration: none;
62 display: inline-block;
63 margin-top: 3px;
64
65 &:focus {
66 box-shadow: none;
67 }
68
69 &.disabled {
70 color: #aaa;
71 cursor: default;
72 }
73 }
74 }
75
76 #extra_domains_container {
77 .description {
78 margin-top: 0;
79 position: relative;
80 top: -4px;
81 }
82
83 .extra-domain-input-container {
84 margin-bottom: 15px;
85
86 .domain {
87 display: inline-block;
88 margin-right: 5px;
89
90 &:last-of-type {
91 margin-bottom: 0;
92 }
93 }
94 }
95 }
96 }
97 }