Skip to content

Commit

Permalink
Fixed alert banner styles (#702)
Browse files Browse the repository at this point in the history
- app version = 7.4.4
- removed white border below app alert
- removed "!" due to alert type
- fixed colors

Co-authored-by: Severin Beauvais <[email protected]>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Nov 13, 2024
1 parent 40c7240 commit 58e296b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "7.4.3",
"version": "7.4.4",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
9 changes: 7 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@
v-if="bannerText"
tile
dense
type="warning"
class="mb-0"
color="#fb8c00"
>
<div
class="mb-0 text-center color-dk-text"
class="text-center color-white"
v-html="bannerText"
/>
</v-alert>
Expand Down Expand Up @@ -901,4 +902,8 @@ export default class App extends Mixins(
background-color: rgb(33, 33, 33); // grey darken-4
border-color: rgb(33, 33, 33); // grey darken-4
}
.color-white {
color: white;
}
</style>

0 comments on commit 58e296b

Please sign in to comment.