Add twitter social button for some developers in about page (#1232)
This commit is contained in:
parent
a8b2c2144c
commit
962b7094c2
4 changed files with 69 additions and 8 deletions
|
@ -1885,6 +1885,19 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
}
|
||||
}
|
||||
|
||||
.social-btn {
|
||||
border-radius: 100%;
|
||||
background: transparent;
|
||||
height: 17px;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
z-index: 69;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
.about-page {
|
||||
.teamBtn {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue