Шаблон:JobPageHeader/styles.css: различия между версиями
Aylong (обсуждение | вклад) Нет описания правки |
Aylong (обсуждение | вклад) мНет описания правки |
||
Строка 33: | Строка 33: | ||
} | } | ||
.jobpageheader- | .jobpageheader-preview { | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
align-items: center; | align-items: center; | ||
} | } |
Версия от 06:54, 7 мая 2025
.jobpageheader {
overflow: hidden;
display: flex;
flex-direction: column;
gap: 0.25rem;
margin: 0.5rem 0;
background-color: var(--jobheader-transparent);
border: var(--border-classic);
border-color: var(--jobheader-secondary);
border-radius: var(--border-radius-medium);
box-shadow: 0 0 0.5rem -0.1rem var(--jobheader-secondary);
}
.jobpageheader-title {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
height: 1.75rem;
line-height: 1.3em;
margin: 0.25rem;
padding: 0 0.5rem;
background-color: var(--jobheader-primary);
color: var(--color-white);
border-radius: var(--border-radius-small);
}
.jobpageheader-content {
display: flex;
align-items: center;
gap: 0.25rem;
line-height: 1.3em;
}
.jobpageheader-preview {
display: flex;
flex-direction: column;
align-items: center;
}