Invert answerbox action CSS to be mobile first

This commit is contained in:
Karina Kwiatek 2021-08-10 13:17:05 +02:00
parent a246083b15
commit b4f87a288a
1 changed files with 8 additions and 7 deletions

View File

@ -64,18 +64,19 @@
&__actions { &__actions {
text-align: right; text-align: right;
@include media-breakpoint-down('md') {
justify-content: space-between; justify-content: space-between;
padding-top: 10px; padding-top: 10px;
@include media-breakpoint-up('sm') {
justify-content: unset;
padding-top: 0;
} }
} }
@include media-breakpoint-down('md') {
.card-body { .card-body {
padding-bottom: .6rem; padding-bottom: .6rem;
} }
} }
}
body:not(.cap-web-share) { body:not(.cap-web-share) {
.answerbox__action[name="ab-share"] { .answerbox__action[name="ab-share"] {