| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/component/link/dist/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/ui/component/link/dist/link.bundle.css |
.landing-ui-component-link {
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
font-size: 14px;
line-height: 20px;
text-decoration: none;
-webkit-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
cursor: pointer;
}
a.landing-ui-component-link {
border-bottom: 1px rgba(39, 107, 179, .4) solid;
}
.landing-ui-component-link-color-primary {
border-bottom: 1px rgba(39, 107, 179, .4) dashed;
color: #2066B0;
}
.landing-ui-component-link-color-primary:hover {
color: #2066B0;
opacity: .8;
text-decoration: none;
}
.landing-ui-component-link-color-grey {
color: #80868e;
border-bottom: 1px #d8d8d8 dashed;
}
.landing-ui-component-link-color-grey:hover {
color: #333333;
border-bottom: 1px #333333 dashed;
}