diff --git a/src/assets/styles/primevue.css b/src/assets/styles/primevue.css
index 7f3d236a2..aedf08a1d 100644
--- a/src/assets/styles/primevue.css
+++ b/src/assets/styles/primevue.css
@@ -1,6 +1,5 @@
@import '../../components/common/Common.css';
@import '../../components/button/Button.css';
-@import '../../components/card/Card.css';
@import '../../components/checkbox/Checkbox.css';
@import '../../components/chips/Chips.css';
@import '../../components/dataview/DataView.css';
diff --git a/src/components/card/Card.css b/src/components/card/Card.css
deleted file mode 100644
index 2c0d223d9..000000000
--- a/src/components/card/Card.css
+++ /dev/null
@@ -1,24 +0,0 @@
-.p-card-header img {
- width: 100%;
-}
-
-.p-card-body {
- padding: 1em;
-}
-
-.p-card-title {
- font-size: 1.5em;
- font-weight: bold;
- margin-bottom: .5em;
-}
-
-.p-card-subtitle {
- opacity: .7;
- margin-bottom: .5em;
- margin-top: -.25em;
- font-weight: bold;
-}
-
-.p-card-footer {
- padding-top: 1em;
-}
\ No newline at end of file
diff --git a/src/components/card/Card.vue b/src/components/card/Card.vue
deleted file mode 100644
index 7c82986bf..000000000
--- a/src/components/card/Card.vue
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
\ No newline at end of file