mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
remove unused styles
This commit is contained in:
parent
b37de4cd4f
commit
026562c32f
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="vue-component">
|
<div class="vue-component">
|
||||||
<!-- {{ accompanyingCourse.requestor }} -->
|
|
||||||
<h2><a name="section-40"></a>{{ $t('requestor.title') }}</h2>
|
<h2><a name="section-40"></a>{{ $t('requestor.title') }}</h2>
|
||||||
|
|
||||||
<div v-if="accompanyingCourse.requestor" class="flex-table">
|
<div v-if="accompanyingCourse.requestor" class="flex-table">
|
||||||
@ -135,7 +135,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
div.flex-table {
|
div.flex-table {
|
||||||
margin: 1em 0 0 !important;
|
margin: 1em 0 0 !important;
|
||||||
& > label,
|
& > label,
|
||||||
@ -144,14 +143,7 @@ div.flex-table {
|
|||||||
}
|
}
|
||||||
div.item-bloc {
|
div.item-bloc {
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
padding: 1em;
|
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
.content-bloc {
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
|
||||||
ul.record_actions {
|
|
||||||
margin-right: 2em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user