Source:
Демо:
Плагины:
Подключение:
//
Разметка:
//
<a href="#" class="btn-link">О компании</a>
Стили:
//
.btn-link {
@include reset-btn;
text-transform: uppercase;
white-space: nowrap;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.2;
color: #fff;
&:hover {
text-decoration: underline;
text-underline-offset: 0.2em;
}
}
@media (max-width: 999.98px) {
.btn-link {
font-size: 1.2rem;
&:hover {
}
}
}
Инициализация:
//
0 комментариев