Skip to content

Commit

Permalink
wrap CSS inside SendModal inside .send-modal class
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax authored and sisou committed Mar 10, 2022
1 parent 6d525b4 commit 77e4c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/modals/SendModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
|| feeSelectionOpened
|| statusScreenOpened"
@close-overlay="onCloseOverlay"
class="send-modal"
:class="{'value-masked': amountsHidden}"
ref="$modal"
>
Expand Down Expand Up @@ -782,6 +783,7 @@ export default defineComponent({
</script>

<style lang="scss" scoped>
.send-modal {
.page {
flex-grow: 1;
font-size: var(--body-size);
Expand Down Expand Up @@ -1187,4 +1189,5 @@ export default defineComponent({
border-top-right-radius: 1.75rem;
}
}
}
</style>

0 comments on commit 77e4c4f

Please sign in to comment.