41 lines
1.3 KiB
CSS
41 lines
1.3 KiB
CSS
.fusion-theme-sharing-box {
|
|
display: table;
|
|
margin-bottom: 0;
|
|
margin-top: 60px;
|
|
height: 70px;
|
|
width: 100%;
|
|
background-color: var(--social_bg_color, #f6f6f6);
|
|
padding-left: var(--social_bg_color-0-transparent, 20px);
|
|
padding-right: var(--social_bg_color-0-transparent, 20px);
|
|
}
|
|
.avada-social-full-transparent .fusion-theme-sharing-box {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.fusion-theme-sharing-box.boxed-icons {
|
|
padding: 15px 20px;
|
|
}
|
|
.fusion-theme-sharing-box .fusion-social-networks,
|
|
.fusion-theme-sharing-box h4 {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.fusion-theme-sharing-box.share-box h4 {
|
|
color: var(--sharing_box_tagline_text_color, var(--h4_typography-color));
|
|
}
|
|
.fusion-theme-sharing-box .fusion-social-networks {
|
|
text-align: right;
|
|
}
|
|
.fusion-theme-sharing-box .fusion-social-networks .fusion-social-network-icon {
|
|
margin-bottom: 0;
|
|
}
|
|
.fusion-theme-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon {
|
|
margin: 5px;
|
|
}
|
|
.fusion-theme-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
|
|
border-radius: var(--sharing_social_links_boxed_radius);
|
|
}
|
|
.fusion-theme-sharing-box .fusion-social-networks.boxed-icons a {
|
|
padding: var(--sharing_social_links_boxed_padding);
|
|
}
|