Дополнительные действия
DarkMuse (обсуждение | вклад) Новая страница: «.hatnote-container { display: flex; align-items: center; padding: 12px 16px; →Replaced --space-sm and --space-md: margin-top: 8px; →Replaced --space-xs: margin-bottom: 16px; →Replaced --space-md: background: #f0f0f0; →Replaced --color-surface-2: border-radius: 8px; →Replaced --border-radius--medium: color: #666666; →Replaced --color-base--subtle: font-size: 12px; →Replaced --font-size-small: ...» |
(нет различий)
|
Текущая версия от 17:29, 2 сентября 2024
.hatnote-container {
display: flex;
align-items: center;
padding: 12px 16px; /* Replaced --space-sm and --space-md */
margin-top: 8px; /* Replaced --space-xs */
margin-bottom: 16px; /* Replaced --space-md */
background: #f0f0f0; /* Replaced --color-surface-2 */
border-radius: 8px; /* Replaced --border-radius--medium */
color: #666666; /* Replaced --color-base--subtle */
font-size: 12px; /* Replaced --font-size-small */
line-height: 16px; /* Replaced --line-height-xs */
}
.hatnote-icon img {
display: block;
width: 12px; /* Replaced --font-size-small */
height: auto;
margin-right: 8px; /* Replaced --space-xs */
opacity: 0.8; /* Replaced --opacity-icon-base */
filter: invert(1); /* Replaced --filter-invert */
}