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