PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.1.7
Pay with Vipps and MobilePay for WooCommerce v6.1.7
6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk All 183 releases
woo-vipps / payment / css / admin.css

admin.css in Pay with Vipps and MobilePay for WooCommerce 6.1.7, at payment/css/admin.css

241 lines 6.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 table.webhook-table tr.local {
2 font-weight: bold;
3 }
4 table.webhook-table {
5 width: 80%;
6 }
7 table.webhook-table td.actions {
8 text-align: center;
9 }
10
11 .notice.notice-vipps.notice-info {
12 border-left-color: #fe5b24;
13 min-height: 56px;
14 }
15 .notice.notice-vipps.notice-info > div {
16 padding-left: 1.5rem;
17 padding-right: 1.5rem;
18 }
19
20 .notice.notice-vipps.notice-info.notice-vipps-neg {
21 border-color: #fe5b24 !important;
22 background-color: #fe5b24 !important;
23 color: white !important;
24 min-height: 56px;
25 }
26 .notice.notice-vipps.notice-info.notice-vipps-neg a {
27 color: white !important;
28 text-decoration: none;
29 }
30 .notice.notice-vipps.notice-info.notice-vipps-neg button.notice-dismiss {
31 color: white;
32 }
33 .notice.notice-vipps.notice-info.notice-vipps-neg button.notice-dismiss::before {
34 color: white;
35 }
36
37
38 /* Admin-menu for vipps */
39 li#toplevel_page_vipps_admin_menu .wp-menu-image.dashicons-before img {
40 width: 20px; opacity: .9; padding-bottom: 2px;
41 }
42
43 /* For the QR code page */
44 body.post-type-vipps_qr_code.wp-admin .vipps-page-selector { width:100% }
45 body.post-type-vipps_qr_code.wp-admin .vipps-page-selector { width:100% }
46 body.post-type-vipps_qr_code.wp-admin .url-section .url-options .url-option {
47 display:none;
48 }
49 body.post-type-vipps_qr_code.wp-admin .url-section .url-options .url-option.active {
50 display:block;
51 }
52
53 #vipps_unsynchronized_qr_codes {
54 max-width:1000px;
55 min-width:600px;
56 }
57
58
59 .vipps-admin-page {
60 background-color: white;
61 color: #161225;
62 font-family: "Vipps Text", Roboto, Helvetica, Arial, sans-serif;
63 }
64 .vipps-admin-page h2, .vipps-admin-page h3{
65 font-size: 1.6em;
66 }
67 .wrap.vipps-admin-page p {
68 font-size: larger;
69 }
70 .vipps-admin-page-header h1 img {
71 vertical-align: middle;
72 height: 8rem;
73 }
74 .vipps-admin-page-header h1 {
75 color: #fe5b24;;
76 font-family: "Vipps Display", Roboto, Helvetica, Arial, sans-serif;
77 }
78 .vipps-admin-page-header {
79 font-family: "Vipps Display", Roboto, Helvetica, Arial, sans-serif;
80 min-height: 2rem;
81 background-color: #fff4ec;
82 color: #fe5b24;
83 margin-left: -2rem;
84 padding-left: 2rem;
85 margin-top: -2rem;
86 padding-top: 1rem;
87 padding-bottom: 0.2rem;
88 }
89
90 .vipps-admin-page-header.mobilepay h1 {
91 color: #5a78fff7;
92 }
93
94 .vipps-admin-page-header.mobilepay {
95 background-color: #f2f4ff;
96 color: #5a78fff7;
97 }
98
99 .vipps-admin-page .vipps_admin_highlighted_section {
100 background-color: #fff4ec;
101 color: #fe5b24;
102 margin-left: -2rem;
103 padding-left: 2rem;
104 padding-right: 2rem;
105 margin-right: -2rem;
106 padding-bottom: .2rem;
107 padding-top: .2rem;
108 }
109 .vipps-admin-page .vipps_admin_highlighted_section.mobilepay {
110 background-color: #f2f4ff;
111 color: #5a78fff7;
112 }
113 .vipps-admin-page .vipps_admin_highlighted_section a {
114 color: #551488;
115 text-decoration:none;
116 }
117 .vipps-admin-page .vipps_admin_highlighted_section a:visited {
118 color: #551488;
119 }
120 .vipps-admin-page .vipps_admin_highlighted_section a:hover {
121 color: #551488;
122 font-weight: 500;
123 }
124 .vipps-admin-page .vipps_admin_highlighted_section a:active {
125 color: #551488;
126 font-weight: 500;
127 }
128 #vipps_unsynchronized_qr_codes .importtable {
129 width: 100%;
130 max-width: 100%;
131 }
132 #vipps_unsynchronized_qr_codes .importtable .checkboxcell {
133 width: 2rem;
134 }
135 #vipps_unsynchronized_qr_codes .importtable .idcell{
136 text-align:left;
137 width:25%;
138 }
139 #vipps_unsynchronized_qr_codes .importtable .urlcell{
140 }
141 #vipps_unsynchronized_qr_codes .importtable .urlcell input {
142 width: 100%;
143 }
144
145 #vipps_unsynchronized_qr_codes .buttonsection {
146 display: flex;
147 flex-direction: row;
148 justify-content: space-between;
149 margin-bottom: 1.5rem;
150 margin-top: 1.5rem;
151 }
152 #vipps_unsynchronized_qr_codes .buttonsection .button.primary {
153 background-color: #fff4ec;
154 color: #fe5b24;
155 border-color: #fe5b24;
156 box-shadow: 0 0 0 1px #fff4ec;
157 font-family: "Vipps Display", Roboto, Helvetica, Arial, sans-serif;
158 }
159 #vipps_unsynchronized_qr_codes .buttonsection .button.secondary{
160 border-color: red;
161 color: red;
162 box-shadow: 0 0 0 1px #fff4ec;
163 font-family: "Vipps Display", Roboto, Helvetica, Arial, sans-serif;
164 }
165
166 /* Options CSS for the modified settings page */
167 .vippsoptions.vippstabs.active { display: block; }
168 .vippsoptions.vippstabs { display: none; }
169 #vippstabholder { display: flex; justify-content: flex-start; }
170 #vippstabholder h3 { padding-left: 1rem; padding-right: 1rem; opacity:0.65; border: 1px solid darkgray; border-top-left-radius:0.3rem; border-top-right-radius:0.3rem; padding-top:0.3rem; padding-bottom:0.3rem; border-bottom: 0.8px solid lightgrey; background-color:rgba(0,0,0,0.1); }
171 #vippstabholder h3.active { opacity:1; border-bottom:0; background-color:transparent;}
172 #vippstabholder h3.last { flex: 1; border-top:0;border-right:0;border-left:0; background-color:transparent;}
173
174
175 @media screen and (max-width: 600px) {
176 .woocommerce_page_wc-settings #vippstabholder h3.wc-settings-sub-title {
177 font-size: 0.8rem;
178 }
179 }
180
181 /* Badge page stuff */
182 .vipps-badge-settings label {
183 width: 40%;
184 display: inline-block;
185 font-weight: 550;
186 }
187
188 .vipps-badge-settings div {
189 margin-top: .5rem;
190 }
191
192 .woo-vipps-warning::before {
193 content:"";
194 color: darkred;
195 }
196 .woo-vipps-warning {
197 font-size:larger;
198 font-weight:medium;
199 }
200
201 /* Button page stuff */
202 #vipps-button-settings-save {
203 margin-top: 1rem;
204 }
205 .vipps-button-settings-section {
206 display: flex;
207 flex-direction: column;
208 gap: 1rem;
209 }
210 #vipps-button-settings-express-args fieldset {
211 display: flex;
212 flex-direction: row;
213 gap: 1rem;
214 flex-wrap: wrap;
215 }
216
217 #use-global-config-container {
218 display: block;
219 visibility: visible;
220 }
221 #use-global-config-container.hidden {
222 visibility: hidden;
223 }
224
225 #vipps-button-settings-express-args legend {
226 font-weight: bold;
227 margin-bottom: .3rem;
228 }
229 #vipps-button-settings-express-args p {
230 margin: 0;
231 font-weight: bold;
232 }
233 #vipps-button-settings-express-context {
234 display: flex;
235 flex-direction: row;
236 align-items: center;
237 gap: 1rem;
238 flex-wrap: wrap;
239 margin-bottom: 1rem;
240 }
241