summaryrefslogtreecommitdiffstats
path: root/src/components/ContactDetails.vue
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-06-29 18:31:35 +0200
committergreta <gretadoci@gmail.com>2022-07-01 16:46:45 +0200
commit789152bb07013cf649c31630ed0fafc24ddd2634 (patch)
tree345315b4eb2dbc6c4e37fe72d43d37d2a04dc451 /src/components/ContactDetails.vue
parent9d1a7cf81a5420ddb9d6ea8961931d046b3e6e2b (diff)
Migrate icons to material design icons
Signed-off-by: greta <gretadoci@gmail.com>
Diffstat (limited to 'src/components/ContactDetails.vue')
-rw-r--r--src/components/ContactDetails.vue10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 3708cc6f..e8a2d1bc 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -777,6 +777,7 @@ export default {
// Container height fix for dropdowns
.app-content-details {
min-height: calc(100vh - var(--header-height));
+ padding: 0 44px 80px 44px;
}
// List of all properties
@@ -827,4 +828,13 @@ section.contact-details {
}
}
}
+.property--last {
+ margin-bottom: 40px;
+}
+.property {
+ position: relative;
+ width: 100%;
+ max-width: 414px;
+ justify-self: center;
+}
</style>