File tree Expand file tree Collapse file tree 3 files changed +48
-12
lines changed
Expand file tree Collapse file tree 3 files changed +48
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " auth-web" ,
3- "version" : " 2.10.39 " ,
3+ "version" : " 2.10.40 " ,
44 "appName" : " Auth Web" ,
55 "sbcName" : " SBC Common Components" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 4040 <v-icon >mdi-close</v-icon >
4141 </v-btn >
4242 </v-snackbar >
43- <BreadCrumb
44- v-if =" showNavigationBar"
45- :breadcrumbs =" breadcrumbs"
46- />
47-
4843 <!-- Alert banner -->
4944 <v-alert
5045 v-if =" bannerText"
46+ id =" alert-banner"
47+ class =" pa-0 ma-0"
5148 tile
52- dense
53- type =" warning"
54- class =" mb-0 text-center colour-dk-text"
55- v-html =" bannerText"
49+ >
50+ <div class =" banner-content d-flex align-center" >
51+ <v-icon
52+ class =" banner-icon"
53+ size =" 28"
54+ >
55+ mdi-information
56+ </v-icon >
57+ <div
58+ class =" banner-text pl-2"
59+ v-html =" bannerText"
60+ />
61+ </div >
62+ </v-alert >
63+ <BreadCrumb
64+ v-if =" showNavigationBar"
65+ :breadcrumbs =" breadcrumbs"
5666 />
5767 </div >
5868 <div class =" app-body" >
@@ -252,4 +262,30 @@ export default class App extends Mixins(NextPageMixin) {
252262 position : relative ;
253263 }
254264
265+ #alert-banner {
266+ background-color : #fcba19 !important ;
267+ border-color : #fcba19 !important ;
268+ box-shadow : none !important ;
269+
270+ .banner-content {
271+ max-width : 1360px ;
272+ margin : 0 auto ;
273+ padding : 8px 16px ;
274+ }
275+
276+ .banner-icon {
277+ color : #212429 !important ;
278+ flex-shrink : 0 ;
279+ }
280+
281+ .banner-text {
282+ color : #212429 ;
283+ font-size : 0.875rem ;
284+ }
285+
286+ :deep (a ) {
287+ color : #212429 !important ;
288+ }
289+ }
290+
255291 </style >
You can’t perform that action at this time.
0 commit comments