17 lines
356 B
CSS
17 lines
356 B
CSS
/*.arrowItem {
|
|
transform: skewX(20deg);
|
|
}*/
|
|
.arrow-right {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 25px solid transparent;
|
|
border-left: 30px solid #198754;
|
|
border-bottom: 25px solid transparent;
|
|
}
|
|
.tail-left {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 25px solid #198754;
|
|
border-left: 30px solid transparent;
|
|
border-bottom: 25px solid #198754;
|
|
} |