-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpause-shop.css
84 lines (70 loc) · 1.56 KB
/
pause-shop.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#pause-shop-settings h3 {
font-size: 1.2rem;
}
#pause-shop-settings p {
font-size: 1rem;
}
.pause-on-demand-form input#submit {
font-size: 1rem;
}
#pause-shop-settings .tablenav.top {
display: none;
}
#pause-shop-settings .tablenav.bottom {
display: none;
}
.pause-shop-help {
margin-top: 4rem;
}
.pause-msg-at-product {
background-color: var(--wp--preset--color--luminous-vivid-amber);
color: white;
font-weight: bold;
border-radius: 16px;
text-align: center;
padding: 4px 16px;
margin: 8px 0;
}
.pause-msg-at-order {
background-color: var(--wp--preset--color--luminous-vivid-amber);
color: white;
font-weight: bold;
border-radius: 16px;
text-align: center;
padding: 4px 16px;
margin-bottom: 16px;
}
.pause-shop-odd-section {
background-color: var(--wc-highligh-text);
padding: 0.1rem 1rem 1rem;
border-radius: 1rem;
margin-right: 1rem;
}
#pause-shop-settings th.manage-column {
font-size: 1rem;
font-weight: bold;
}
#pause-shop-settings .wp-list-table .column-endpoint.endpoint {
font-family: monospace;
}
#pause-shop-settings .wp-list-table .column-description.description {
font-size: 0.85rem;
}
.pause-shop-source-link {
margin-top: 4rem;
}
.pause-shop-source-button {
display: flex;
text-decoration: none;
padding: 10px;
background-color: #24292e;
color: #fff;
font-size: 14px;
font-weight: bold;
border-radius: 5px;
width: fit-content;
}
.pause-shop-donations-button {
border: 0px;
height: 36px;
}