summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/site-icon-rtl.css
blob: a7a0a037bbdf8d8c7544c13596192e399e39d2ff (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
/*! This file is auto-generated */
/*------------------------------------------------------------------------------
  28.0 - Site Icon
------------------------------------------------------------------------------*/

.site-icon-preview .favicon-preview {
	margin: 5px 0 20px;
	overflow: hidden;
	position: relative;
	max-width: 180px;
}

.site-icon-preview .favicon,
.site-icon-preview .browser-title {
	height: 16px;
	right: 88px;
	overflow: hidden;
	position: absolute;
	top: 16px;
}

.site-icon-preview .favicon {
	width: 16px;
}

.site-icon-preview .browser-title {
	right: 109px;
	width: 72px;
	white-space: nowrap;
}

.site-icon-preview .app-icon-preview {
	background-color: #000;
	border-radius: 16px;
	height: 64px;
	overflow: hidden;
	width: 64px;
	margin-top: 5px;
}

/* rtl:ignore */
.site-icon-preview .favicon,
.site-icon-preview .app-icon-preview {
	direction: ltr;
}

.customize-control-site_icon .favicon-preview {
	float: right;
	margin-left: 12px;
	margin-bottom: 0;
}

.customize-control-site_icon .app-icon-preview {
	margin-top: 9px;
}

.site-icon-section button.reset {
	color: #b32d2e;
	text-decoration: none;
	border-color: transparent;
	box-shadow: none;
	background: transparent;
}

.site-icon-section button.reset:focus,
.site-icon-section button.reset:hover {
	background: #b32d2e;
	color: #fff;
	border-color: #b32d2e;
	box-shadow: 0 0 0 1px #b32d2e;
}

.site-icon-section .action-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}