Skip to content

Commit

Permalink
chore: removes unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodMFlesch committed Jan 19, 2022
1 parent 42af22c commit 1e6295a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,4 @@
margin: 0 0 0 $baseline;
}
}

&__select-collection-wrap {
margin-bottom: base(1);
}

&__page-info {
margin-right: base(1);
margin-left: auto;
}

&__page-controls {
width: 100%;
display: flex;
align-items: center;
}

@include mid-break {
.paginator {
width: 100%;
margin-bottom: $baseline;
}

&__page-controls {
flex-wrap: wrap;
}

&__page-info {
margin-left: 0;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,4 @@
margin: 0 0 0 $baseline;
}
}

&__select-collection-wrap {
margin-bottom: base(1);
}

&__page-info {
margin-right: base(1);
margin-left: auto;
}

&__page-controls {
width: 100%;
display: flex;
align-items: center;
}

@include mid-break {
.paginator {
width: 100%;
margin-bottom: $baseline;
}

&__page-controls {
flex-wrap: wrap;
}

&__page-info {
margin-left: 0;
}
}
}

0 comments on commit 1e6295a

Please sign in to comment.