- Фев
- 209
- 4
Пользователь
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Надо значения изменить под себяЧто именно надо прописать
Да, в extra.lessЕсть код оффтопа котрый у павно хелп
fieldset.svg-offtop {
background: #2b2b40;
border: 1px solid #009ef7;
border-left-width: 3px;
padding: 5px 10px 10px;
border-radius: 10px
}
fieldset.svg-offtop legend {
color: #009ef7;
font-weight: 500;
padding: 0 5px;
margin-left: 10px;
transition: font-size .5s ease-out .3s
}
fieldset.svg-offtop p {
font-size: 13px;
color: #a1a5b7;
margin: inherit
}
fieldset:hover legend {
font-size: 120%
}