Add 'src/DevBanner.svelte'
This commit is contained in:
parent
0f47d7b955
commit
855da217f4
18
src/DevBanner.svelte
Normal file
18
src/DevBanner.svelte
Normal file
@ -0,0 +1,18 @@
|
||||
<div id="banner">DEVMODE</div>
|
||||
|
||||
<style>
|
||||
#banner {
|
||||
width: 200px;
|
||||
background: red;
|
||||
color: #fff;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
top: 25px;
|
||||
line-height: 40px;
|
||||
right: -50px;
|
||||
left: auto;
|
||||
-ms-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user