adding made in budibase tag
This commit is contained in:
parent
f32266df83
commit
1d55b5ece2
|
@ -64,7 +64,7 @@ export default `
|
|||
appId,
|
||||
theme,
|
||||
customTheme,
|
||||
previewDevice
|
||||
previewDevice,
|
||||
} = parsed
|
||||
|
||||
// Set some flags so the app knows we're in the builder
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
<a
|
||||
href="https://www.budibase.com/?utm_source=budibase-apps-public-screens&utm_medium=badge&utm_campaign=made-in-budibase"
|
||||
>
|
||||
<div>
|
||||
<img src="https://i.imgur.com/Xhdt1YP.png" alt="Budibase" />
|
||||
<p>Made In Budibase</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<style>
|
||||
div {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
bottom: 20px;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
background: var(--spectrum-alias-background-color-primary);
|
||||
z-index: 999999 !important;
|
||||
visibility: visible !important;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 1px solid;
|
||||
border-color: var(--spectrum-global-color-gray-300) !important;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-decoration: none;
|
||||
color: var(--spectrum-heading-m-text-color);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: var(--spectrum-heading-m-text-color);
|
||||
}
|
||||
|
||||
img {
|
||||
height: 20px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue