More actions
Content deleted Content added
Alistair3149 (talk | contribs) No edit summary |
Alistair3149 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
border-radius: var( --border-radius--medium ); |
border-radius: var( --border-radius--medium ); |
||
display: flex; |
display: flex; |
||
flex-direction: column; |
|||
align-items: center; |
align-items: center; |
||
gap: var( --space-sm ); |
|||
font-size: 0.875rem; |
font-size: 0.875rem; |
||
text-decoration: none; |
text-decoration: none; |
||
line-height: var( --line-height-sm ); |
|||
} |
} |
||
Revision as of 18:34, 27 January 2024
.t-finditemuif a {
background: var( --color-surface-2 );
padding: var( --space-sm ) var( --space-md );
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( --color-surface-2--hover );
}
.t-finditemuif a:active {
background: var( --color-surface-2--active );
}
.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;
}