News updates
parent
380fa8de62
commit
0a84a658a1
|
@ -33,6 +33,16 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.layout-news-link,
|
||||
.layout-news-link:visited,
|
||||
.layout-news-link:active {
|
||||
color:#ffffff;
|
||||
font-weight:700;
|
||||
}
|
||||
.layout-news-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.layout-news-close {
|
||||
line-height: 1.5;
|
||||
cursor: pointer;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
const $appState = {
|
||||
install: (Vue, options) => {
|
||||
Vue.config.globalProperties.$appState = reactive({ theme: 'lara-light-blue', darkTheme: false, codeSandbox: false, sourceType: 'options-api', newsActive: false, announcement: {} });
|
||||
Vue.config.globalProperties.$appState = reactive({ theme: 'lara-light-blue', darkTheme: false, codeSandbox: false, sourceType: 'options-api', newsActive: true, announcement: {} });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue