@@ -116,21 +114,12 @@ onMounted(() => {
text-align: center;
}
-.hero-icon {
+.hero-logo {
+ width: 72px;
+ height: 72px;
+ object-fit: contain;
margin-bottom: 4px;
-}
-
-.hero-d {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 56px;
- height: 56px;
- background: var(--accent);
- color: white;
border-radius: var(--radius-lg);
- font-weight: 700;
- font-size: 26px;
}
.hero-title {
diff --git a/frontend/src/pages/StudioPage.vue b/frontend/src/pages/StudioPage.vue
index 2bd6791..06c4a4e 100644
--- a/frontend/src/pages/StudioPage.vue
+++ b/frontend/src/pages/StudioPage.vue
@@ -2,9 +2,7 @@
-
- D
-
+
{{ t('studio.title') }}
{{ t('studio.subtitle') }}
@@ -482,21 +480,12 @@ onBeforeUnmount(() => {
gap: 20px;
}
-.import-logo {
+.import-logo-img {
+ width: 64px;
+ height: 64px;
+ object-fit: contain;
margin-bottom: 8px;
-}
-
-.import-logo .logo-icon {
- width: 48px;
- height: 48px;
- background: var(--accent);
- color: white;
- display: flex;
- align-items: center;
- justify-content: center;
border-radius: var(--radius);
- font-weight: 700;
- font-size: 22px;
}
.import-title {