.gg-more { transform: scale(var(--ggs,1)) } .gg-more, .gg-more::after, .gg-more::before { box-sizing: border-box; position: relative; display: block; width: 6px; height: 6px; border: 2px solid; border-radius: 100% } .gg-more::after, .gg-more::before { content: ""; position: absolute; top: -2px } .gg-more::after { left: -9px } .gg-more::before { right: -9px }