Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
/* Стрілка згортання PortableInfobox — повне відтворення поверх Cosmos */ |
|||
.pi-collapse .pi-header:first-child { |
.pi-collapse .pi-header:first-child { |
||
position: relative !important; |
position: relative !important; |
||
padding-right: |
padding-right: 28px !important; |
||
cursor: pointer; |
cursor: pointer; |
||
} |
} |
||
.pi-collapse .pi-header:first-child::after { |
.pi-collapse .pi-header:first-child::after { |
||
content: "" !important; |
content: "▼" !important; |
||
display: block !important; |
display: inline-block !important; |
||
position: absolute !important; |
position: absolute !important; |
||
right: 10px; |
right: 10px; |
||
top: 50%; |
top: 50%; |
||
transform: translateY(-50%); |
|||
font-size: 11px; |
|||
color: #555 !important; |
|||
border-color: #e8e8f0 !important; |
|||
border-width: 2px 2px 0 0 !important; |
|||
transform: rotate(-45deg); |
|||
margin-top: -3px; |
|||
} |
} |
||
.pi-collapse-closed .pi-header:first-child::after { |
.pi-collapse-closed .pi-header:first-child::after { |
||
content: "▶" !important; |
|||
margin-top: -5px; |
|||
} |
} |
||
Версія за 22:05, 29 червня 2026
.pi-collapse .pi-header:first-child {
position: relative !important;
padding-right: 28px !important;
cursor: pointer;
}
.pi-collapse .pi-header:first-child::after {
content: "▼" !important;
display: inline-block !important;
position: absolute !important;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 11px;
color: #555 !important;
}
.pi-collapse-closed .pi-header:first-child::after {
content: "▶" !important;
}