Skip to content

Commit

Permalink
frontsite: DocumentCirculation: Fix margin for Divider
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 authored and kpsherva committed Jun 28, 2024
1 parent ecf1142 commit 89ac4cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class DocumentEItems extends Component {
</Button>
</>
)}
<Divider horizontal fitted>
<Divider className="document-circulation" horizontal>
Or
</Divider>
</>
Expand Down
5 changes: 4 additions & 1 deletion src/semantic-ui/site/elements/divider.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ Divider Overrides - REACT-INVENIO-APP-ILS
width: 100%;
background-repeat: no-repeat;
}

}

.grey-color {
color: rgba(0, 0, 0, 0.4) !important;
}

.ui.horizontal.divider.document-circulation {
margin: 1em 0 1em 0;
}

0 comments on commit 89ac4cf

Please sign in to comment.