Skip to content

Commit

Permalink
customer responsive check concluded
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtsar committed Nov 2, 2022
1 parent 5eed779 commit 9ac1068
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
padding-bottom: 100px;
}


.badge-container {
display: flex;
margin-top: 1.2rem;
Expand All @@ -24,21 +23,25 @@
}
}

.badge-more{
.badge-more {
text-decoration: underline;
cursor: pointer;
&:hover{
color:$primary;
margin-bottom: 40px;
display: inline-block;

&:hover {
color: $primary;
}
}

.wallet-card {
&-header {
border-bottom: 2px solid #eee;
margin-bottom: 10px;
span{

span {
font-size: 15px;
color:#707070;
color: #707070;
}
}

Expand Down Expand Up @@ -129,7 +132,7 @@
.balance {
&-title {
color: $dark-font;
margin-bottom: 0px;
margin-bottom: 0;
}

&-amount {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<div class="explore">
<p class="section-description">{{'PARTNER.EXPLORE.DESCRIPTION' | translate }}</p>

<!--begin::Internal Posts/Events List(Carousel)-->
<!--begin::Internal Posts/Events List(Carousel)
<sng-posts_events-list-carousel *ngIf="configAccess[0]" [type]="'all'" [access]="'internal'">
</sng-posts_events-list-carousel>
<!--end::Internal Posts/Events List(Carousel)-->
end::Internal Posts/Events List(Carousel)-->

<hr>
<br>
Expand All @@ -22,4 +21,4 @@
</sng-posts_events-list-carousel>
<!--end::General Posts/Events List(Carousel)-->

</div>
</div>
6 changes: 5 additions & 1 deletion src/app/user-menu/settings/settings.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ label {
background-color: #eee;
border-radius: 4px;
}
}
}

.settings-card{
margin-bottom: 20px;
}
20 changes: 14 additions & 6 deletions src/app/views/layout/header/header.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.app-header {
background-color: var(--top-toolbar-background-color);
padding: 6px 30px;

.logo {
padding-top: 5px;
width: 220px;
Expand Down Expand Up @@ -29,7 +29,10 @@
}

.header_right__wrapper {
display: flex;
//display: flex;
position: absolute;
right: 20px;
top: 15px;
}
}
}
Expand All @@ -39,16 +42,21 @@
.header__wrapper {
.header_left__wrapper {
display: block;
.logo{

.logo {
width: 100px;
float: left;
}
sng-topbar{

sng-topbar {
float: left;
margin-left: 10px;
line-height: 50px;
margin-left: 10px;
line-height: 50px;
}
}
.header_right__wrapper {
top: 23px;
}
}
}
}

0 comments on commit 9ac1068

Please sign in to comment.