Minor css changes
This commit is contained in:
parent
3d3228f12d
commit
c94bfb570a
6 changed files with 33 additions and 80 deletions
|
@ -1,16 +1,9 @@
|
|||
.body-500 {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: larger;
|
||||
line-height: 200%;
|
||||
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 60%;
|
||||
margin-bottom: 32px;
|
||||
|
|
|
@ -4,30 +4,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.filters {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
padding: 0.5rem 0;
|
||||
|
||||
.field {
|
||||
padding: 0 0.5rem;
|
||||
|
||||
select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@include respond-to("small-up") {
|
||||
width: 33%;
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-to("small") {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.showMoreFilters {
|
||||
cursor: pointer;
|
||||
|
@ -53,8 +29,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.total {
|
||||
margin: 0.75rem 0;
|
||||
}
|
||||
}
|
|
@ -1,25 +1,8 @@
|
|||
.pagination {
|
||||
font-size: 1rem;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
justify-content: space-between;
|
||||
margin: 0.75rem 0;
|
||||
|
||||
|
||||
.pagination-list {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
flex-wrap: wrap;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
justify-content: flex-end;
|
||||
|
||||
@include respond-to("small") {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.pagination-link {
|
||||
align-items: center;
|
||||
border: 1px solid transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue