diff --git a/src/assets/style/category/content/index.scss b/src/assets/style/category/content/index.scss index 9b93e65a13a66d4df3b7c97f2e92273bc148b9d3..0930c51b53ec65babf308631d38f3b0608ee50b1 100644 --- a/src/assets/style/category/content/index.scss +++ b/src/assets/style/category/content/index.scss @@ -3,6 +3,12 @@ display: flex; flex-direction: column; } +.page-subtitle { + padding-bottom: 24px; + color: var(--o-color-info2); + text-align: center; + @include text1; +} .pkg-wrap { display: flex; justify-content: space-between; diff --git a/src/assets/svg-icons/icon-login.svg b/src/assets/svg-icons/icon-login.svg index 4a61fba22a3e946c1d90ab75ac29906ef1f737e1..7b74b06a2d266b8528ec373c7b5680fe9daee083 100644 --- a/src/assets/svg-icons/icon-login.svg +++ b/src/assets/svg-icons/icon-login.svg @@ -1,9 +1 @@ - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/svg-icons/icon-moon.svg b/src/assets/svg-icons/icon-moon.svg index e098d216cb9cd73893176acbdfd840b469289587..ee21d75d6c613781e7b77da08d48dc81b1d969f0 100644 --- a/src/assets/svg-icons/icon-moon.svg +++ b/src/assets/svg-icons/icon-moon.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/AppBanner.vue b/src/components/AppBanner.vue index f13838ca2a2ebed2b10cdfb1ea0f8338d91de9ef..7f3770d3af2df859a5a2b8f09d5c196daac3e66f 100644 --- a/src/components/AppBanner.vue +++ b/src/components/AppBanner.vue @@ -62,6 +62,9 @@ defineExpose({ +
+ +
@@ -95,7 +98,8 @@ defineExpose({ padding: 0 var(--layout-content-padding); display: flex; justify-content: space-between; - height: 160px; + min-height: 140px; + flex-direction: column; .banner-text { display: flex; flex-direction: column; @@ -187,13 +191,4 @@ defineExpose({ opacity: 1; } } - -.banner-text { - .banner-title { - animation: fade-up var(--o-duration-l) var(--o-easing-standard-in); - } - .banner-subtitle { - animation: fade-up 800ms var(--o-easing-standard-in); - } -} diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 27ebd9af9e3266e697801c5f4d74cd96042456f3..63fb9fac9a2593c3e8fda0b91f37503811270796 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -1,7 +1,6 @@ diff --git a/src/components/ResultNoApp.vue b/src/components/ResultNoApp.vue index 7ea4521f000e437dcb0d0fa30d63c3f05c60924f..dbac1bd0fceeb871efc6394a5c4d7dbfaeb3173f 100644 --- a/src/components/ResultNoApp.vue +++ b/src/components/ResultNoApp.vue @@ -1,5 +1,5 @@