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