Skip to content

Commit

Permalink
refactor(components): change css for the inputs section
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent b00835f commit 223ba0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions components/InputsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<SearchInput placeholder="Search Users..." @on-search="onSearch" />
</div>
<div class="sort-section">
<h6 class="text-xs font-bold pb-2">Period:</h6>
<div class="flex lg:flex-col gap-1">
<PeriodDropdown />
<label for="period" class="text-xs font-bold">Period:</label>
<div class="flex lg:flex-col gap-1 pt-1">
<PeriodDropdown name="period" />
</div>
</div>
<div class="sort-section has-border">
<h6 class="text-xs font-bold pb-2">Sort by:</h6>
<div class="flex lg:flex-col gap-1">
<span class="text-xs font-bold">Sort by:</span>
<div class="flex lg:flex-col gap-1 pt-1">
<RadioButton
class="lg:pb-1"
:input-id="`score`"
Expand All @@ -34,8 +34,8 @@
</div>
</div>
<div class="sort-section has-border">
<h6 class="text-xs font-bold pb-2">Show:</h6>
<div class="flex lg:flex-col gap-1">
<span class="text-xs font-bold">Show:</span>
<div class="flex lg:flex-col gap-1 pt-1">
<RadioButton
class="lg:pb-1"
:input-id="`all`"
Expand All @@ -58,8 +58,8 @@
</div>
</div>
<div class="sort-section">
<h6 class="text-xs font-bold pb-2">Count:</h6>
<div class="flex lg:flex-col justify-between gap-1">
<span class="text-xs font-bold">Count:</span>
<div class="flex lg:flex-col gap-3 pt-1">
<div class="flex">
<RadioButton
class="lg:pb-1"
Expand Down

0 comments on commit 223ba0f

Please sign in to comment.