-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustomize.css
More file actions
104 lines (73 loc) · 1.92 KB
/
customize.css
File metadata and controls
104 lines (73 loc) · 1.92 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/**
* Use this file to customize the styling of the search, signup, & opporutnities
* of the Restore Strategies plugin.
*/
.restore-strategies-hide {
}
article.restore-strategies-opp {
}
article.restore-strategies-opp.restore-strategies-opp-single {
}
body.restore_strategies-template-default article.restore-strategies-opp.restore-strategies-opp-single {
}
article.restore-strategies-opp h3 {
}
article.restore-strategies-opp div {
}
article.restore-strategies-opp div.restore-strategies-opp-content {
}
article.restore-strategies-opp div.full_content {
}
div.restore-strategies-opp-fader {
}
article.restore-strategies-opp div.details {
}
article.restore-strategies-opp div.details div {
}
article.restore-strategies-opp dt {
}
article.restore-strategies-opp dt, article.restore-strategies-opp dd {
}
article.restore-strategies-opp div.links a {
}
section.restore-strategies-search-box {
}
section.restore-strategies-search-box ul {
}
div.restore-strategies-search-categories {
}
section.restore-strategies-search-box ul input {
}
div.restore-strategies-search-buttons {
}
div.restore-strategies-search-buttons button {
}
section.restore-strategies-search-box input[type='search'] {
}
section.restore-strategies-search-box input {
}
section.restore-strategies-search-box div.restore-strategies-search-category {
}
div.restore-strategies-search-category h6 {
}
div.restore-strategies-search-results {
}
section.restore-strategies-signup {
}
section.restore-strategies-signup .error {
}
body.restore_strategies-template-default footer {
}
section.restore-strategies-signup input[type="text"],
section.restore-strategies-signup input[type="email"],
section.restore-strategies-signup input[type="tel"],
section.restore-strategies-signup span {
}
section.restore-strategies-signup textarea {
}
section.restore-strategies-signup button {
}
@media screen and (max-width: 920px) {
article.restore-strategies-opp {
}
}