29 lines
807 B
CSS
29 lines
807 B
CSS
.fusion-sharing-box {
|
|
--awb-alignment-small: var(--awb-alignment);
|
|
--awb-stacked-align-small: var(--awb-stacked-align);
|
|
}
|
|
.fusion-sharing-box .sharingbox-shortcode-icon-wrapper {
|
|
justify-content: var(--awb-alignment-small);
|
|
}
|
|
.fusion-sharing-box.layout-small-floated {
|
|
flex-direction: row;
|
|
}
|
|
.fusion-sharing-box.layout-small-floated .tagline {
|
|
margin-right: 0.5em;
|
|
margin-bottom: 0;
|
|
}
|
|
.fusion-sharing-box.layout-small-floated .sharingbox-shortcode-icon-wrapper {
|
|
align-items: center;
|
|
width: auto;
|
|
}
|
|
.fusion-sharing-box.layout-small-stacked {
|
|
flex-direction: column;
|
|
align-items: var(--awb-stacked-align-small);
|
|
}
|
|
.fusion-sharing-box.layout-small-stacked .tagline {
|
|
margin-bottom: revert;
|
|
}
|
|
.fusion-sharing-box.layout-small-stacked .sharingbox-shortcode-icon-wrapper {
|
|
width: 100%;
|
|
}
|