-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.css
executable file
·98 lines (86 loc) · 1.58 KB
/
admin.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#cta-list {
overflow: hidden;
}
#cta-list .cta,
#cta-list .add-cta {
border: 1px solid #eee;
float: left;
margin: 0 0 10px 10px;
position: relative;
padding: 10px;
width: 200px;
}
#cta-list .add-cta {
box-sizing: border-box;
line-height: 303px;
height: 323px;
}
#cta-list .add-cta a {
background: #eee;
display: block;
font-size: 3em;
height: 100%;
text-align: center;
text-decoration: none;
}
#cta-list .add-cta a:before {
content: '\f132';
font-family: dashicons;
}
#cta-list .cta a.featured-image {
background-color: #f5f5f5;
border: 1px solid #eee;
box-sizing: border-box;
display: block;
height: 200px;
line-height: 200px;
margin-bottom: 10px;
text-align: center;
width: 100%;
}
#cta-list .cta figure.featured-image {
border: 1px solid #eee;
box-sizing: border-box;
height: 200px;
margin: 0 0 10px 0;
padding: 0;
position: relative;
overflow: hidden;
width: 100%;
}
#cta-list .cta figure.featured-image img {
height: 100%;
width: 100%;
}
#cta-list .cta input[type="text"] {
margin: 0 0 5px 0;
width: 100%;
}
#cta-list .cta .remove {
background: #fff;
border-left: 1px solid #eee;
border-bottom: 1px solid #eee;
color: orange;
display: block;
height: 25px;
line-height: 25px;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 0;
width: 25px;
}
#cta-list .cta .remove:hover {
color:red;
}
#cta-list .cta .remove:before {
content: "\f335";
-webkit-font-smoothing: antialiased;
font: normal 20px/1 'dashicons';
vertical-align: top;
line-height: 25px;
}
#cta-list .cta input[type="text"]:last-of-type {
margin: 0;
}