summaryrefslogtreecommitdiffstats
path: root/src/components/ProcessingScreen.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProcessingScreen.vue')
-rw-r--r--src/components/ProcessingScreen.vue9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/ProcessingScreen.vue b/src/components/ProcessingScreen.vue
index 42ca511b..eed658a5 100644
--- a/src/components/ProcessingScreen.vue
+++ b/src/components/ProcessingScreen.vue
@@ -52,15 +52,6 @@ export default {
flex-direction: column;
width: auto;
margin: 50px;
-
- // Progress &desc wrapper
- &::v-deep > p {
- display: flex;
- align-items: center;
- flex-direction: column;
- width: 80%;
- margin: auto;
- }
}
&__progress {