fix(tasks): icons and select lists

This commit is contained in:
SabreCat
2022-08-08 12:13:15 -05:00
parent 9b9503b141
commit fdbeda19e2
6 changed files with 18 additions and 63 deletions
@@ -9,14 +9,12 @@
slot="content"
class="content m-auto d-flex justify-content-center align-items-center"
>
<img src="~@/assets/images/bug.png" class="mr-11px">
<span class="mr-1">
<strong>You're using the Habitica Groups Beta.</strong>
<strong>You're previewing new Habitica Groups!</strong>
</span>
<a href="mailto:testing@habitica.com" class="send-feedback">
Please submit bugs and feedback here.
<a href="mailto:admin@habitica.com" class="send-feedback">
Have a question?
</a>
<img src="~@/assets/images/bug.png" class="ml-11px flip">
</div>
</base-banner>
</template>
@@ -40,18 +38,6 @@
}
}
.flip {
transform: scaleX(-1);
}
.ml-11px {
margin-left: 11px;
}
.mr-11px {
margin-right: 11px;
}
.send-feedback {
color: $white;
text-decoration: underline;