diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss index 94c6eed1f..76a4067df 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.scss @@ -86,14 +86,14 @@ redaction-pdf-viewer { .annotation { border-bottom: 1px solid $separator; - padding: 10px; + padding: 10px 10px 10px 6px; font-size: 11px; line-height: 14px; cursor: pointer; position: relative; display: flex; flex-direction: column; - border-left: 2px solid transparent; + border-left: 4px solid transparent; .details { display: flex; @@ -113,7 +113,7 @@ redaction-pdf-viewer { } &.active { - border-left: 2px solid $primary; + border-left: 4px solid $primary; } } } diff --git a/apps/red-ui/src/app/screens/file/page-indicator/page-indicator.component.scss b/apps/red-ui/src/app/screens/file/page-indicator/page-indicator.component.scss index 61792a685..8ccf2c3cc 100644 --- a/apps/red-ui/src/app/screens/file/page-indicator/page-indicator.component.scss +++ b/apps/red-ui/src/app/screens/file/page-indicator/page-indicator.component.scss @@ -3,16 +3,16 @@ .page-wrapper { color: $grey-1; position: relative; - padding: 12px; + padding: 12px 14px 12px 8px; cursor: pointer; - border-left: 2px solid transparent; + border-left: 4px solid transparent; &:hover { background-color: $grey-2; } &.active { - border-left: 2px solid $red-1; + border-left: 4px solid $red-1; } mat-icon {