mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
Prettier
This commit is contained in:
parent
56b4637030
commit
1cf27869a9
1 changed files with 11 additions and 11 deletions
|
@ -4,27 +4,27 @@
|
|||
</script>
|
||||
|
||||
<div class="card social-box" style="width: 100%; float:right;">
|
||||
<header class="text-primary border-b border-gray p-5">PRE-FLIGHT</header>
|
||||
<header class="text-primary border-b border-gray pt-7 pb-7 ps-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">
|
||||
<div>
|
||||
<p>Authenticate</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="listbox-item p-5">
|
||||
<p>Give tea a star</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
.card{
|
||||
.card {
|
||||
border: 2px solid #949494;
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
||||
.listbox-item{
|
||||
.listbox-item {
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue