Skip to content

Commit aafd2d3

Browse files
committed
chore: add chevron-down icon
1 parent d11ff4b commit aafd2d3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/assets/css/icons.css

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
.gg-chevron-down {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
transform: scale(var(--ggs, 1));
6+
width: 22px;
7+
height: 22px;
8+
border: 2px solid transparent;
9+
border-radius: 100px;
10+
}
11+
12+
.gg-chevron-down::after {
13+
content: "";
14+
display: block;
15+
box-sizing: border-box;
16+
position: absolute;
17+
width: 10px;
18+
height: 10px;
19+
border-bottom: 2px solid;
20+
border-right: 2px solid;
21+
transform: rotate(45deg);
22+
left: 4px;
23+
top: 2px;
24+
}
25+
126
.gg-copy {
227
box-sizing: border-box;
328
position: relative;

0 commit comments

Comments
 (0)