More actions
Content deleted Content added
Alistair3149 (talk | contribs) No edit summary Tag: Reverted |
Alistair3149 (talk | contribs) No edit summary Tag: Reverted |
||
Line 53: | Line 53: | ||
.infobox__footer .t-finditemuif { |
.infobox__footer .t-finditemuif { |
||
margin-top: var( --space-xs ); |
|||
/* --space-md */ |
/* --space-md */ |
||
margin: |
margin-bottom: -1rem; |
||
margin-left: -1rem; |
|||
margin-right: -1rem; |
|||
} |
} |
||
Revision as of 21:04, 27 January 2024
.t-finditemuif {
margin-top: var( --space-md );
}
.t-finditemuif a {
padding: var( --space-sm ) var( --space-md );
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--medium );
display: flex;
align-items: center;
gap: var( --space-sm );
font-size: 0.875rem;
text-decoration: none;
line-height: var( --line-height-sm );
}
.t-finditemuif a::after {
display: none;
}
.t-finditemuif a:hover {
background: var( --background-color-quiet--hover );
}
.t-finditemuif a:active {
background: var( --background-color-quiet--active );
}
.t-finditemuif__label {
flex-grow: 1;
}
.t-finditemuif__title {
color: var( --color-base--emphasized );
font-weight: var( --font-weight-medium );
}
.t-finditemuif__subtitle {
color: var( --color-base--subtle );
font-size: 0.8125rem;
}
.t-finditemuif .mw-ui-icon-wikimedia-collapse {
width: 1rem;
height: 1rem;
transform: rotate( 90deg );
transition: var( --transition-hover );
}
.t-finditemuif a:hover .mw-ui-icon-wikimedia-collapse {
transform: rotate( 90deg ) translateY( -4px );
}
.infobox__footer .t-finditemuif {
margin-top: var( --space-xs );
/* --space-md */
margin-bottom: -1rem;
margin-left: -1rem;
margin-right: -1rem;
}
.infobox__footer .t-finditemuif a {
border-bottom: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
}