diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index df0c1073f2..5216035c57 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -567,7 +567,8 @@ .color-transparent { &:before { height: 40px; - transform: translate(0, -12px) rotate(69deg); + transform: translate(20px, -12px) rotate(69deg); + left: 0; } } }