[MM-57186] Update System Console Header Font (#26749)

Этот коммит содержится в:
Matthew Birtch
2024-04-18 06:53:31 -04:00
коммит произвёл GitHub
родитель b4a1b33d39
Коммит 0ce5def8e2

Просмотреть файл

@@ -420,18 +420,30 @@
.admin-console__header { .admin-console__header {
z-index: 100; z-index: 100;
display: flex; display: flex;
height: 65px; height: 64px;
flex: 0 0 65px; flex: 0 0 64px;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 12px 20px; padding: 12px 20px;
border-bottom: 1px solid alpha-color($black, 0.1); border-bottom: 1px solid alpha-color($black, 0.1);
background: white; background: white;
font-family: Metropolis, sans-serif;
font-size: 22px; font-size: 22px;
font-weight: normal; font-weight: 600;
letter-spacing: -0.01em;
line-height: 32px; line-height: 32px;
button,
select {
font-family: 'Open Sans', sans-serif;
letter-spacing: normal;
}
select {
font-weight: normal;
}
&.with-back { &.with-back {
padding: 0; padding: 0;
@@ -442,18 +454,22 @@
.back { .back {
display: flex; display: flex;
width: 60px; width: 64px;
height: 60px; height: 64px;
align-items: center; align-items: center;
justify-content: space-around; justify-content: center;
border-right: 1px solid alpha-color($black, 0.1); border-right: 1px solid rgba(var(--center-channel-color-rgb), 0.12);
margin-right: 20px; margin-right: 20px;
font-size: 3.2rem; font-size: 3.2rem;
text-decoration: none; text-decoration: none;
&::before { &::before {
position: relative; position: relative;
top: 1px; top: -1px;
}
&:hover {
background-color: rgba(var(--center-channel-color-rgb), 0.04);
} }
} }
} }