From c463c2f1add2aca6f991ec806658e312819458c6 Mon Sep 17 00:00:00 2001 From: Brain Date: Wed, 21 Aug 2024 20:25:28 +0200 Subject: [PATCH] Use Bootstrap classes --- src/assets/global.scss | 8 -------- src/components/AutoComplete.vue | 4 ++-- src/components/Paginator.vue | 1 + src/components/ProfileList.vue | 2 +- src/components/SearchResult.vue | 2 +- src/components/profile/Section.vue | 2 +- src/views/profile/Edit.vue | 2 +- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/assets/global.scss b/src/assets/global.scss index 3df028e..dbd2268 100644 --- a/src/assets/global.scss +++ b/src/assets/global.scss @@ -21,11 +21,3 @@ .search-card{ height: 100%; } - -.card-body { - background-color: #fff; -} - -.list-group-flush > .list-group-item { - background-color: #fff; -} \ No newline at end of file diff --git a/src/components/AutoComplete.vue b/src/components/AutoComplete.vue index 1f73b9a..1fd7d22 100644 --- a/src/components/AutoComplete.vue +++ b/src/components/AutoComplete.vue @@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later @update-values="this.$emit('update-values', this.values)" > -
+
Eintrag hinzufügen:
@@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
  • {{ page }} diff --git a/src/components/ProfileList.vue b/src/components/ProfileList.vue index bd621d1..7fecd80 100644 --- a/src/components/ProfileList.vue +++ b/src/components/ProfileList.vue @@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later