Skip to content

Commit 75faa9b

Browse files
author
Yeliazar
committed
updated Search page
1 parent b29fec9 commit 75faa9b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/pages/Extra/Search/Search.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
font-weight: $font-weight-normal;
8282

8383
> a {
84-
color: $text-color;
84+
color: $link-color;
85+
text-decoration: none;
8586
}
8687

8788
@include media-breakpoint-up(md) {

src/pages/Extra/Search/Search.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<h1 class="page-title">Matching - <span class="fw-semi-bold">Results</span></h1>
44
<div class="btn-toolbar justify-content-between">
55
<div class="d-inline-flex">
6-
<b-dropdown text="Popular" variant="default">
6+
<b-dropdown text="Popular" variant="gray-default">
77
<b-dropdown-item>All</b-dropdown-item>
88
<b-dropdown-item>Popular</b-dropdown-item>
99
<b-dropdown-item>Interesting</b-dropdown-item>
1010
<b-dropdown-item>Latest</b-dropdown-item>
1111
</b-dropdown>
12-
<b-dropdown text="All Time" variant="default">
12+
<b-dropdown text="All Time" variant="gray-default">
1313
<b-dropdown-item>Last 24h</b-dropdown-item>
1414
<b-dropdown-item>Last Month</b-dropdown-item>
1515
<b-dropdown-item>Last Month</b-dropdown-item>
@@ -25,17 +25,17 @@
2525
</b-button-group>
2626
</div>
2727
<b-row class="mt-3 d-block">
28-
<b-col xl='3' sm='12' class="float-xl-right">
28+
<b-col lg='3' sm='12' class="float-lg-end">
2929
<h5>Results <span class="fw-semi-bold">Filtering</span></h5>
3030
<p class="text-muted fs-mini">Listed content is categorized by the following groups:</p>
3131
<b-nav pills class="flex-column nav-stacked searchResultCategories mt">
3232
<b-nav-item href="#">
3333
Hot Ideas
34-
<b-badge variant="danger" pill class="float-right">34</b-badge>
34+
<span class="badge bg-danger rounded-pill float-end">34</span>
3535
</b-nav-item>
3636
<b-nav-item href="#">
3737
Latest Pictures
38-
<b-badge variant="success" pill class="float-right">9</b-badge>
38+
<span class="badge bg-success rounded-pill float-end">9</span>
3939
</b-nav-item>
4040
<b-nav-item href="#">
4141
Labels of Day
@@ -45,12 +45,12 @@
4545
</b-nav-item>
4646
<b-nav-item href="#">
4747
Globals
48-
<b-badge variant="info" pill class="float-right">18</b-badge>
48+
<span class="badge bg-info rounded-pill float-end">18</span>
4949
</b-nav-item>
5050
</b-nav>
5151
</b-col>
5252

53-
<b-col xl='9' sm='12'>
53+
<b-col lg='9' sm='12'>
5454
<p class='searchResultsCount'>About 94 700 000 (0.39 sec.) results</p>
5555
<section class='searchResultItem'>
5656
<a class='imageLink' href="#">
@@ -93,7 +93,7 @@
9393
<h4 class='searchResultItemHeading'>
9494
<a href="#">Try. Posted by Okendoken</a>
9595
<small>
96-
<span class="badge badge-pill badge-danger float-right">
96+
<span class="badge bg-pill bg-danger float-end">
9797
<span class="fw-normal"> Best Deal!</span>
9898
</span>
9999
</small>

0 commit comments

Comments
 (0)