32 lines
551 B
Plaintext
32 lines
551 B
Plaintext
@bordL: 25px;
|
|
@bordH: 30px;
|
|
|
|
|
|
/*.arrowItem {
|
|
transform: skewX(20deg);
|
|
}*/
|
|
|
|
.button2Click{
|
|
background-color: var(--itemColor);
|
|
}
|
|
|
|
.arrow-right {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: @bordL solid transparent;
|
|
border-left: @bordH solid var(--itemColor);
|
|
border-bottom: @bordL solid transparent;
|
|
}
|
|
|
|
.tail-left {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: @bordL solid var(--itemColor);
|
|
border-left: @bordH solid transparent;
|
|
border-bottom: @bordL solid var(--itemColor);
|
|
}
|
|
|
|
.containerAll{
|
|
border-radius: 0.3rem;
|
|
}
|