Bolder active annotation and page border
This commit is contained in:
parent
7d75292387
commit
8723c85d7b
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user