Skip to content

Commit

Permalink
Add banner implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Aug 26, 2024
1 parent 7f2113a commit d71fefd
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 3 deletions.
16 changes: 16 additions & 0 deletions features/admin.applications.v1/pages/application-edit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@
.application-branding-link {
cursor: pointer;
}

.ignore-once-button {
color: #788997;
}

.banner-detail-card {
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
background: #fff;
}

.application-outdated-alert-expanded-view {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
Loading

0 comments on commit d71fefd

Please sign in to comment.