mobile cleanup
This commit is contained in:
parent
3decc523b0
commit
98820ad1f4
3 changed files with 15 additions and 0 deletions
|
@ -83,6 +83,14 @@
|
|||
.card__actions--inline {
|
||||
@extend .card__actions;
|
||||
margin-top: 0;
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
.button__content {
|
||||
svg + .button__label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.card__actions--between {
|
||||
|
|
|
@ -62,6 +62,9 @@
|
|||
}
|
||||
|
||||
.claim-search__top-row {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
margin-bottom: var(--spacing-small);
|
||||
}
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
& > *:not(:last-child) {
|
||||
margin-right: var(--spacing-miniscule);
|
||||
}
|
||||
|
||||
@media (max-width: $breakpoint-xsmall) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.file-properties__purchased {
|
||||
|
|
Loading…
Reference in a new issue