Commit bee56996 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): re-styled "showing results for: (...)"

1 merge request!486WIP: (feat): Minds Pro (development branch) - Release 2
Pipeline #75413129 passed with stages
in 30 minutes and 28 seconds
......@@ -17,7 +17,7 @@
</div>-->
<div class="m-proChannelListTools__searchResult"> <!--TODO add ngif after enable algorithm *ngIf="query !== ''"-->
<h2> Showing results for: <strong> {{query}}</strong></h2>
<span> Showing results for: <strong> {{query}}</strong></span>
</div>
</div>
......
......@@ -7,7 +7,7 @@ m-pro--channel-list {
.m-proChannelList__tools {
//background-color: var(--plain-background-color) !important;
padding: 16px;
//padding: 16px;
height: 70px;
border-radius: 20px;
opacity: 0.9;
......@@ -37,9 +37,12 @@ m-pro--channel-list {
.m-proChannelListTools__searchResult {
//padding: 8px;
//margin-top: 12px;
h2 {
margin: 0;
}
font-weight: 300;
color: var(--text-color);
font-size: 20px;
//h2 {
// margin: 0;
//}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment