Merge branch 'ravedev'

This commit is contained in:
Raphael Wickihalder 2022-02-18 18:00:36 +01:00
commit 6a69e02d57
2 changed files with 21 additions and 0 deletions

View file

@ -18,6 +18,13 @@ $actions-z-index: 2;
&:hover {
color: var(--color-primary) !important;
}
@media (max-width: $breakpoint-small) {
.button__label {
div:first-of-type {
top: 50% !important;
}
}
}
}
.button-following:last-of-type {
margin-left: 2px;

View file

@ -190,6 +190,20 @@ body {
align-items: unset;
}
}
.claim-preview-info {
margin-top: 2px;
margin-bottom: -2px;
.claim-preview__title {
span {
font-size: var(--font-small);
}
}
}
.claim-tile__info {
.media__subtitle {
margin-bottom: 1px;
}
}
}
}
}