mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Initial content
This commit is contained in:
parent
713c10db74
commit
56b4637030
1 changed files with 25 additions and 1 deletions
|
@ -3,4 +3,28 @@
|
|||
import Placeholder from '$components/Placeholder/Placeholder.svelte';
|
||||
</script>
|
||||
|
||||
<Placeholder label="Preflight" />
|
||||
<div class="card social-box" style="width: 100%; float:right;">
|
||||
<header class="text-primary border-b border-gray p-5">PRE-FLIGHT</header>
|
||||
<div class="listbox-item border-b border-gray p-5">
|
||||
<p>Install Tea</p>
|
||||
</div>
|
||||
<div class="listbox-item border-b border-gray p-5">
|
||||
<p>Authenticate</p>
|
||||
</div>
|
||||
<div class="listbox-item p-5">
|
||||
<p>Give tea a star</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
.card{
|
||||
border: 2px solid #949494;
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
|
||||
.listbox-item{
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue