diff options
Diffstat (limited to 'ui/app/components/modals/reject-transactions/index.scss')
-rw-r--r-- | ui/app/components/modals/reject-transactions/index.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/components/modals/reject-transactions/index.scss b/ui/app/components/modals/reject-transactions/index.scss new file mode 100644 index 000000000..753466883 --- /dev/null +++ b/ui/app/components/modals/reject-transactions/index.scss @@ -0,0 +1,6 @@ +.reject-transactions { + &__description { + text-align: center; + font-size: .875rem; + } +} |