Arrow CSS

This commit is contained in:
Adina Țeudan 2021-11-11 17:23:15 +02:00 committed by Dan Percic
parent 12eafbbd18
commit e320dbf6d2

View File

@ -6,14 +6,15 @@ ngx-monaco-editor {
} }
%arrow { %arrow {
border: solid black; border: solid var(--iqser-grey-1);
border-width: 0 2px 2px 0; border-width: 2px 0 0 2px;
height: 4px !important;
width: 4px !important;
} }
::ng-deep ngx-monaco-diff-editor .arrow-left { ::ng-deep ngx-monaco-diff-editor .arrow-left {
@extend %arrow; @extend %arrow;
transform: rotate(-45deg); transform: translate(6px, 6px) rotate(-45deg);
-webkit-transform: rotate(-45deg);
cursor: pointer; cursor: pointer;
z-index: 1; z-index: 1;
} }