Skip to content

Commit

Permalink
remove useless styles #3011
Browse files Browse the repository at this point in the history
  • Loading branch information
emilschn committed Sep 20, 2024
1 parent 4fa0e66 commit 76760fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export default defineComponent({

<style>
#app-dashboard {
background-color: #fff;
height: 100%;
}
</style>
8 changes: 0 additions & 8 deletions assets/scripts/vue/components/stats/TheHistoAppStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@ export default defineComponent({
</script>

<style>
.histo-app-stats {
background-color: #FFF;
}
.histo-app-stats a {
color: var(--blue-france-sun-113-625);
}
.loading {
font-size: 2rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</HistoCheckbox>
</div>
<div class="fr-col-12 fr-col-lg-12 fr-col-xl-3 align-right">
<a href="#" @click="onReinitLocalEvent"><span class="fr-fi-refresh-line"></span>Tout réinitialiser</a>
<a href="#" @click="onReinitLocalEvent" class="fr-link"><span class="fr-fi-refresh-line"></span>Tout réinitialiser</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 76760fb

Please sign in to comment.