File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/blocks/dual-button/src/style.scss
.eb-button-group {
&-wrapper {
position: relative;
}
&__midldeInner {
align-self: center;
width: 0;
position: relative;
span {
position: absolute;
background-color: #fff;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 9999;
}
}
}
.eb-button-group {
transition: all 0.3s ease-in-out;
&-one,
&-two {
text-decoration: none;
}
}
// Typography style
.eb-typography-base div {
display: flex;
justify-content: space-between;
}
// Normal, Hover inspector button styles
.eb-inspector-btn-group {
display: flex;
padding-bottom: 5px;
}
.eb-inspector-btn-group button {
flex: 1;
padding-left: 40px !important;
}
//Styles for Preset Designs
.eb-button-group-wrapper .eb-button-parent,
.eb-button-group-wrapper .eb-button-parent:focus,
.eb-button-group-wrapper .eb-button-anchor,
.eb-button-group-wrapper .eb-button-anchor:focus {
text-decoration: none !important;
}
.eb-button-group-wrapper .eb-button-parent .eb-button-text,
.eb-button-group-wrapper .eb-button-anchor .eb-button-text {
line-height: 1.8;
}
.eb-button-group-wrapper.preset-4 {
flex-direction: column !important;
.eb-button-parent.eb-button-one,
.eb-button-anchor.eb-button-one {
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.eb-button-parent.eb-button-two,
.eb-button-anchor.eb-button-two {
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
}
.eb-button-group-wrapper:not(.preset-4) .eb-button-parent.eb-button-one,
.eb-button-group-wrapper:not(.preset-4) .eb-button-anchor.eb-button-one {
margin-top: 0 !important;
margin-left: 0 !important;
margin-bottom: 0 !important;
}
.eb-button-group-wrapper:not(.preset-4) .eb-button-parent.eb-button-two,
.eb-button-group-wrapper:not(.preset-4) .eb-button-anchor.eb-button-two {
margin-top: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
}