Skip to content
Snippets Groups Projects
Commit c0bd342f authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: fix animation banner status deposit

parent 99095294
No related branches found
No related tags found
No related merge requests found
<div *ngIf="filesRetrieve(listDataFileObs | async) && !canSubmit(listDataFileObs | async)"
class="alert"
>
{{message| translate}}
<div class="alert-wrapper">
<div *ngIf="filesRetrieve(listDataFileObs | async) && !canSubmit(listDataFileObs | async)"
class="alert"
>
{{message| translate}}
</div>
</div>
<dlcm-shared-button-status-history class="history"
(showHistory)="showHistory()"
></dlcm-shared-button-status-history>
......
......@@ -15,16 +15,20 @@
}
}
.alert-wrapper {
height: 30px;
padding-bottom: 10px;
margin: -25px -25px 0;
.alert {
background-color: $warning;
color: $white;
font-weight: bold;
text-align: center;
margin: -25px -25px 15px;
padding: 5px;
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
animation: appear 1s;
.alert {
background-color: $warning;
color: $white;
font-weight: bold;
text-align: center;
padding: 5px;
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
animation: appear 0.25s;
}
}
.success {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment