Merge branch 'develop' into feature/114-fields-calculation

This commit is contained in:
Vitalii Kiiko
2025-01-28 14:20:45 +01:00
20 changed files with 2021 additions and 167 deletions

View File

@@ -116,6 +116,20 @@ img {
}
}
}
li div.nonLink {
display: flex;
padding: 10.5px 17.5px;
align-items: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%;
text-decoration: none;
border-bottom: 1px solid var(--menu-borderColor);
background-color: var(--button-secondary-borderColor);
color: white;
}
}
}