mobile cleanup

This commit is contained in:
Sean Yesmunt 2020-05-11 15:54:07 -04:00
parent 3decc523b0
commit 98820ad1f4
3 changed files with 15 additions and 0 deletions

View file

@ -83,6 +83,14 @@
.card__actions--inline { .card__actions--inline {
@extend .card__actions; @extend .card__actions;
margin-top: 0; margin-top: 0;
@media (max-width: $breakpoint-small) {
.button__content {
svg + .button__label {
display: none;
}
}
}
} }
.card__actions--between { .card__actions--between {

View file

@ -62,6 +62,9 @@
} }
.claim-search__top-row { .claim-search__top-row {
display: flex;
flex-wrap: nowrap;
@media (max-width: $breakpoint-small) { @media (max-width: $breakpoint-small) {
margin-bottom: var(--spacing-small); margin-bottom: var(--spacing-small);
} }

View file

@ -29,6 +29,10 @@
& > *:not(:last-child) { & > *:not(:last-child) {
margin-right: var(--spacing-miniscule); margin-right: var(--spacing-miniscule);
} }
@media (max-width: $breakpoint-xsmall) {
display: none;
}
} }
.file-properties__purchased { .file-properties__purchased {