mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5270] use bootstrap classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<ds-alert [type]="'alert-info'" *ngIf="hasNoData()" [content]="'submission.sections.sherpa-policy.title-empty'">
|
||||
</ds-alert>
|
||||
|
||||
<div *ngIf="!hasNoData()" class="refresh-container mt-2 mb-2">
|
||||
<div *ngIf="!hasNoData()" class="d-flex justify-content-end mt-2 mb-2">
|
||||
<button type="button" class="btn btn-secondary pull-right" (click)="refresh()">
|
||||
<span><i class="fas fa-sync"></i> {{'submission.sections.sherpa.publisher.policy.refresh' | translate}} </span>
|
||||
</button>
|
||||
|
@@ -1,4 +0,0 @@
|
||||
.refresh-container {
|
||||
display: flex;
|
||||
justify-content: right;
|
||||
}
|
Reference in New Issue
Block a user