.sticky_social_admin_ikony_container {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid #000000;
border-radius: 10px;
width: 99%;
}
.sticky_social_admin_szukaj {
margin-bottom: 10px;
padding: 10px!important;
width: 99%;
}
.sticky_social_admin_ikona {
background: #ffffff;
padding: 10px 20px 10px 20px;
border: 2px solid #000000;
margin: 10px;
cursor: pointer;
}
.sticky_social_admin_ikona:hover {
border: 2px solid #0000ff;
}
.sticky_social_admin_ikony_container .sticky_social_admin_ikona i {
font-size: 24px;
width: 25px;
text-align: center;
}
#sticky_social_admin_wybrane tr td {
text-align: center;
vertical-align: middle;
}
#sticky_social_admin_wybrane tr td i {
font-size: 50px;
padding-top: 10px;
padding-bottom: 10px;
}
.sticky_social_container.po_prawej {
position: fixed;
z-index: 999;
text-align: center;
right: 0;
}
.sticky_social_container.po_lewej {
position: fixed;
z-index: 999;
text-align: center;
left: 0;
}
@media only screen and (max-width: 768px) {
.sticky_social_container.po_prawej.chowaj_mobile {
display: none;
}
.sticky_social_container.po_lewej.chowaj_mobile {
display: none;
}
}
.sticky_social_container.po_prawej ul {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.sticky_social_container.po_lewej ul {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.sticky_social_container ul li {
list-style: none;
width: 54px;
transition: 0.2s linear;
display: flex;
justify-content: flex-start;
}
.sticky_social_container.po_prawej ul li:first-child {
border-radius: 5px 0 0 0;
}
.sticky_social_container.po_prawej ul li:last-child {
border-radius: 0 0 0 5px;
}
.sticky_social_container.po_prawej ul li:first-child:last-child {
border-radius: 5px 0 0 5px;
}
.sticky_social_container.po_lewej ul li:first-child {
border-radius: 0 5px 0 0;
}
.sticky_social_container.po_lewej ul li:last-child {
border-radius: 0 0 5px 0;
}
.sticky_social_container.po_lewej ul li:first-child:last-child {
border-radius: 0 5px 5px 0;
}
.sticky_social_container ul li a {
width: 100%;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: 0.2s linear;
}
.sticky_social_container.po_prawej ul li:hover {
width: 64px;
border-radius: 5px 0 0 5px!important;
}
.sticky_social_container.po_lewej ul li:hover {
width: 64px;
border-radius: 0 5px 5px 0!important;
}
.sticky_social_container ul li a i {
font-size: 18px;
transition: 0.2s linear;
}