Test
This commit is contained in:
parent
b570e364b9
commit
debccc2e53
11
src/App.vue
11
src/App.vue
|
@ -1,4 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
|
<div class="container-fluid">
|
||||||
|
<div class="development-notice">-- DEVELOPMENT SITE -- [Only for development purposes]</div>
|
||||||
|
</div>
|
||||||
<!-- <HelloWorld msg="Welcome to Your Vue.js plus TypeScript App" /> -->
|
<!-- <HelloWorld msg="Welcome to Your Vue.js plus TypeScript App" /> -->
|
||||||
<nav class="navbar navbar-light border-bottom" role="navigation" aria-label="main navigation">
|
<nav class="navbar navbar-light border-bottom" role="navigation" aria-label="main navigation">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
|
@ -261,4 +264,12 @@ footer .list-group-item a {
|
||||||
background-color: #384d6e;
|
background-color: #384d6e;
|
||||||
padding: 0.3em 0;
|
padding: 0.3em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.development-notice {
|
||||||
|
text-align: center;
|
||||||
|
color: #fff;
|
||||||
|
background-color: red;
|
||||||
|
padding: 1em 0;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user