summaryrefslogtreecommitdiff
blob: 575ac09fc692c51db55df40f667fef796184d11c (plain)
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
.jetpack-social-icons-widget-item {
	background: #fff;
	border: 1px solid #e5e5e5;
	cursor: move;
	margin: 0;
}

html[class*='wordpress_com'] .jetpack-social-icons-widget-item,
.in-calypso .jetpack-social-icons-widget-item {
	border-color: #c8d7e1;
}

.jetpack-social-icons-widget-item:hover {
	outline: 1px solid #999;
	outline-offset: -1px;
}

html[class*='wordpress_com'] .jetpack-social-icons-widget-item:hover,
.in-calypso .jetpack-social-icons-widget-item:hover {
	outline-color: #a8bece;
}

.jetpack-social-icons-widget-item.ui-sortable-helper {
	border-color: #999;
}

html[class*='wordpress_com'] .jetpack-social-icons-widget-item.ui-sortable-helper,
.in-calypso .jetpack-social-icons-widget-item.ui-sortable-helper {
	border-color: #a8bece;
}

.jetpack-social-icons-widget-item.ui-sortable-helper {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jetpack-social-icons-widget-item.ui-state-placeholder {
	border-color: #a0a5aa;
	border-style: dashed;
	margin: 0 0 1px;
}

.jetpack-social-icons-widget-item + .jetpack-social-icons-widget-item:not(.ui-state-placeholder) {
	margin-top: -1px;
}

.jetpack-social-icons-widget-item-wrapper {
	padding: 1em;
	position: relative;
}

.jetpack-social-icons-widget-item .handle {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.jetpack-social-icons-widget-item p {
	margin: 0;
	position: relative;
}

.jetpack-social-icons-widget-item p + p {
	margin-top: 1em;
}

.jetpack-widget-social-icons-remove-item {
	display: inline-block;
}

.jetpack-widget-social-icons-remove-item-button {
	color: #a00;
	text-decoration: none;
}

.jetpack-widget-social-icons-remove-item-button:focus,
.jetpack-widget-social-icons-remove-item-button:hover {
	color: #f00;
}

.jetpack-social-icons-add-button:before {
	content: "\f132";
	display: inline-block;
	position: relative;
	left: -2px;
	top: -1px;
	font: 400 20px/1 dashicons;
	vertical-align: middle;
	transition: all 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}