mirror of https://github.com/astrit/css.gg.git
25 lines
416 B
CSS
25 lines
416 B
CSS
.gg-mail,
|
|
.gg-mail::after {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
height: 14px;
|
|
border: 2px solid
|
|
}
|
|
|
|
.gg-mail {
|
|
overflow: hidden;
|
|
transform: scale(var(--ggs,1));
|
|
position: relative;
|
|
width: 18px;
|
|
border-radius: 2px
|
|
}
|
|
|
|
.gg-mail::after {
|
|
content: "";
|
|
position: absolute;
|
|
border-radius: 3px;
|
|
width: 14px;
|
|
transform: rotate(-45deg);
|
|
bottom: 3px;
|
|
left: 0
|
|
} |