Merge branch 'ravedev'
This commit is contained in:
commit
6a69e02d57
2 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue