deleted unused css

This commit is contained in:
ogerly 2022-05-06 10:55:05 +02:00
parent 23b7efa0e5
commit f63165aa70

View File

@ -8,7 +8,7 @@
>
<div v-if="isEditing">
<ds-space margin="base">
<ds-heading tag="h3" class="undertitle">
<ds-heading tag="h5">
{{
isCreation
? $t('settings.social-media.addNewTitle')
@ -16,12 +16,12 @@
}}
</ds-heading>
</ds-space>
<ds-space v-if="items" margin-top="base" margin="base">
<ds-space v-if="items" margin-top="base">
<slot name="edit-item" />
</ds-space>
</div>
<div v-else>
<ds-space v-if="items" margin-top="base" margin="small">
<ds-space v-if="items" margin-top="base">
<ds-list>
<ds-list-item v-for="item in items" :key="item.id" class="list-item--high">
<template>
@ -163,10 +163,6 @@ export default {
</script>
<style lang="scss" scope>
.undertitle {
font-size: $font-size-base;
}
.divider {
opacity: 0.4;
padding: 0 $space-small;