mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2026-01-14 21:26:28 +00:00
working nice. docker uses bun
This commit is contained in:
23
src/lib/components/Success.svelte
Normal file
23
src/lib/components/Success.svelte
Normal file
@@ -0,0 +1,23 @@
|
||||
<div type="warning" class="warning">
|
||||
<div>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
.warning {
|
||||
display: flex;
|
||||
border-radius: 0.5rem;
|
||||
color: #091d14;
|
||||
background: linear-gradient(90deg, #02a73a 4px, #62fe67 4px);
|
||||
|
||||
> div {
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
padding: 1rem 1.25rem;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user