.gg-today { display: block; position: relative; box-sizing: border-box; transform: scale(var(--ggs, 1)); width: 18px; height: 22px; border: 2px solid; border-radius: 3px; &::after { content: ""; display: block; box-sizing: border-box; position: absolute; left: 2px; background: currentColor; border-radius: 1px; } &::before { content: ""; display: block; box-sizing: border-box; position: absolute; left: 2px; background: currentColor; border-radius: 1px; bottom: 2px; width: 10px; height: 10px; opacity: 0.5; } &::after { top: 2px; width: 6px; height: 2px; } }