Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProtectionStatus.vue')
-rw-r--r--src/components/ProtectionStatus.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/ProtectionStatus.vue b/src/components/ProtectionStatus.vue
index 0a07e0b..f2dfc34 100644
--- a/src/components/ProtectionStatus.vue
+++ b/src/components/ProtectionStatus.vue
@@ -69,13 +69,14 @@ export default {
span {
vertical-align: middle;
}
+ padding: 0px 10px 0px 30px;
}
width: 100%;
height: 100%;
box-shadow: none;
color: #fff;
- padding: 0px 10px 0px 30px;
+ padding: 0px 10px 0px 10px;
&.good {
background-color: #18b977;
}