Шаблон:JobPageHeader/styles.css: различия между версиями
Aylong (обсуждение | вклад) мНет описания правки |
Aylong (обсуждение | вклад) Нет описания правки |
||
Строка 13: | Строка 13: | ||
.jobpageheader-title { | .jobpageheader-title { | ||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
font-weight: bold; | font-weight: bold; | ||
height: 1.75rem; | |||
padding: 0 | line-height: 1.3em; | ||
margin: 0.25rem; | |||
padding: 0 0.5rem; | |||
background-color: var(--jobheader-primary); | background-color: var(--jobheader-primary); | ||
color: var(--color-white); | color: var(--color-white); | ||
border- | border-radius: var(--border-radius-small); | ||
} | } | ||
Строка 24: | Строка 29: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: 0.25rem; | |||
line-height: 1.3em; | |||
} | } | ||
Версия от 06:52, 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-image {
display: flex;
flex-direction: column;
align-items: center;
}