Problem z FontAwsome
Michał Wajrak
- Mentor MyBB
- 735 40 183 85
Na forum masz inny styl niż na załączonym screenie.
Spróbuj użyć line-height.
Spróbuj użyć line-height.
Konto testowe:
Login: test
Hasło: test1234
na tym koncie jest ten styl co na screenie
Login: test
Hasło: test1234
na tym koncie jest ten styl co na screenie
Michał Wajrak
- Mentor MyBB
- 735 40 183 85
W global.css w klasie .servers-button zamień
z
line-height: 35px !important;
line-height: 35px;
Michał Wajrak
- Mentor MyBB
- 735 40 183 85
w SkillShot.css wygląda to następująco:
.servers-button {
font-size: 19px;
width: 35px;
height: 35px;
line-height: 35px;
border: 2px solid #1f1f1f;
border-radius: 9px;
transition: .5s;
}
A jak wchodzę w 'zbadaj element' to pokazuje się przekreślone, dlaczego?
.servers-button {
font-size: 19px;
width: 35px;
height: 35px;
line-height: 35px;
border: 2px solid #1f1f1f;
border-radius: 9px;
transition: .5s;
}
A jak wchodzę w 'zbadaj element' to pokazuje się przekreślone, dlaczego?
Michał Wajrak
- Mentor MyBB
- 735 40 183 85
Bo jakaś inna klasa już narzuca dla tej line-height.
Jeżeli zmienisz ją na poniższy kod to będzie działać.
Jeżeli zmienisz ją na poniższy kod to będzie działać.
.servers-button {
font-size: 19px;
width: 35px;
height: 35px;
line-height: 35px !important;
border: 2px solid #1f1f1f;
border-radius: 9px;
transition: .5s;
}
Użytkownicy przeglądający ten wątek:
1 gości