css.gg
Version:
700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, Black & White PNG, NPM & API + 6031 glyphs
24 lines (23 loc) • 520 B
CSS
.gg-drop-opacity {
box-sizing: border-box;
position: relative;
display: block;
transform: rotate(45deg) scale(var(--ggs,1));
width: 16px;
height: 16px;
border-radius: 0 100% 100% 100%;
box-shadow: inset 0 0 0 2px;
overflow: hidden
}
.gg-drop-opacity::before {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
width: 24px;
height: 24px;
background: currentColor;
transform: rotate(-45deg);
right: -10px;
bottom: -16px;
}