bpms_site/.svn/pristine/44/44702a630116e1f619c9db370c397ef00731d868.svn-base
2025-11-02 16:38:49 +03:30

59 lines
926 B
Plaintext

.header {
display: flow-root;
background: linear-gradient(90deg, rgba(88, 158, 165, 1) 0%, rgba(29, 78, 137, 1) 42%);
border-radius: 0 0 30px 30px;
padding: 16px 0;
}
.content {
display: flex;
width: max-content;
justify-content: space-between;
gap: 40px;
}
.content a {
font-size: 13pt;
color: var(--defaultColor);
}
.parent {
display: flex;
justify-content: space-between;
align-items: center;
}
.logoContent {
display: flex;
flex-direction: row-reverse;
align-items: end;
gap: 10px;
}
.logo {
width: 50px;
height: 50px;
}
.logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
.logoTxt {
display: flex;
flex-direction: column;
gap: 8px;
}
.logoTxt h1 {
width: max-content;
font-size: 15pt;
color: var(--defaultColor);
font-weight: normal;
}
.logoContent h1:last-child{
font-size: 10pt;
}