MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 31: | Line 31: | ||
.product-subtitle { | .product-subtitle { | ||
display: block; | display: block; | ||
} | |||
/* Espaço para a seta manual */ | |||
.vector-toc-link { | |||
display: flex !important; | |||
align-items: center; | |||
} | |||
/* Criar a seta */ | |||
.toc-custom-chevron { | |||
cursor: pointer; | |||
margin-right: 8px; | |||
transition: transform 0.2s; | |||
user-select: none; | |||
font-weight: bold; | |||
color: #0645ad; | |||
} | |||
/* Rodar a seta quando estiver aberto */ | |||
.toc-custom-chevron.expanded { | |||
transform: rotate(90deg); | |||
} | } | ||