equal
deleted
inserted
replaced
50 } |
50 } |
51 |
51 |
52 .customize-control-site_icon .app-icon-preview { |
52 .customize-control-site_icon .app-icon-preview { |
53 margin-top: 9px; |
53 margin-top: 9px; |
54 } |
54 } |
|
55 |
|
56 .site-icon-section button.reset { |
|
57 color: #b32d2e; |
|
58 text-decoration: none; |
|
59 border-color: transparent; |
|
60 box-shadow: none; |
|
61 background: transparent; |
|
62 } |
|
63 |
|
64 .site-icon-section button.reset:focus, |
|
65 .site-icon-section button.reset:hover { |
|
66 background: #b32d2e; |
|
67 color: #fff; |
|
68 border-color: #b32d2e; |
|
69 box-shadow: 0 0 0 1px #b32d2e; |
|
70 } |
|
71 |
|
72 .site-icon-section .action-buttons { |
|
73 display: flex; |
|
74 flex-wrap: wrap; |
|
75 gap: 10px; |
|
76 } |