remove unused styles

This commit is contained in:
Mathieu Jaumotte 2021-08-21 10:04:20 +02:00
parent b37de4cd4f
commit 026562c32f

View File

@ -1,6 +1,6 @@
<template>
<div class="vue-component">
<!-- {{ accompanyingCourse.requestor }} -->
<h2><a name="section-40"></a>{{ $t('requestor.title') }}</h2>
<div v-if="accompanyingCourse.requestor" class="flex-table">
@ -135,7 +135,6 @@ export default {
</script>
<style lang="scss" scoped>
div.flex-table {
margin: 1em 0 0 !important;
& > label,
@ -144,14 +143,7 @@ div.flex-table {
}
div.item-bloc {
background-color: white !important;
padding: 1em;
margin-top: 1em;
.content-bloc {
font-size: 100%;
}
ul.record_actions {
margin-right: 2em;
}
}
}
</style>