/* ---- Блок ссылок на странице входа ---- */
.portal-links-login {
    margin-top: 16px;
    text-align: center;
    font-size: 90%;
    line-height: 2;
}
.portal-links-item a {
    text-decoration: none;
}
.portal-links-item a:hover {
    text-decoration: underline;
}

/* ---- Кнопка «Портал» в главном меню (skin elastic) ---- */
#taskmenu a.button-portal::before {
    content: "\1F3E0"; /* 🏠 */
    display: block;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    font-style: normal;
}
