File: /sites/nuofama.com/wp-content/plugins/blocksy-companion-pro/static/sass/demo-install/plugins.scss
.ct-demo-plugins {
label {
margin: 0 auto;
}
}
.ct-active-plugin {
display: flex;
align-items: center;
position: relative;
text-align: left;
padding: 10px 0;
span {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: -2px;
width: 22px;
height: 22px;
border-radius: 100%;
box-sizing: border-box;
background: rgba(179, 189, 201, 0.3);
&:before, &:after {
position: absolute;
content: '';
width: 2px;
border-radius: 2px;
background: rgba(104, 124, 147, 0.6);
}
&:before {
top: 10px;
left: 10px;
height: 5px;
transform: rotate(-45deg);
transform-origin: bottom center;
}
&:after {
height: 9px;
left: 9px;
transform: rotate(40deg);
transform-origin: bottom center;
}
}
}