Skip to content

Commit

Permalink
Frontend_V2: Fix buttons on team card (#3544)
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Jain <[email protected]>
  • Loading branch information
gautamjajoo and RishabhJain2018 authored Jul 24, 2021
1 parent dc5b97b commit 9eb4de3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ul>
<section class="pagination" *ngIf="allTeams.length !== 0">
<div class="row rm-gut">
<div class="col s12 m6 pagination">
<div class="col s12 pagination">
<a
[class.disabled]="seeMore <= 1"
class="btn-floating btn-pagination waves-effect waves-light"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,12 @@ span.link-team-user {
.filter-card input {
width: 100%;
}

.list-card {
margin-top: 5%;
}

.team-name-filter {
width: 96%;
}
}

0 comments on commit 9eb4de3

Please sign in to comment.