diff --git a/contentcuration/contentcuration/frontend/accounts/pages/Create.vue b/contentcuration/contentcuration/frontend/accounts/pages/Create.vue index b211cd5634..c93081daba 100644 --- a/contentcuration/contentcuration/frontend/accounts/pages/Create.vue +++ b/contentcuration/contentcuration/frontend/accounts/pages/Create.vue @@ -5,13 +5,13 @@ :appBarText="$tr('backToLoginButton')" backButton > - +
+ +

{{ $tr('createAnAccountTitle') }}

diff --git a/contentcuration/contentcuration/frontend/accounts/pages/Main.vue b/contentcuration/contentcuration/frontend/accounts/pages/Main.vue index 49833f60e2..c2ba1f5616 100644 --- a/contentcuration/contentcuration/frontend/accounts/pages/Main.vue +++ b/contentcuration/contentcuration/frontend/accounts/pages/Main.vue @@ -12,13 +12,13 @@ class="pa-4" style="width: 300px;margin: 0 auto;" > - +
+ +

{{ $tr('kolibriStudio') }}

@@ -227,4 +227,9 @@ width: 100%; } + .k-logo-container { + display: flex; + justify-content: center; + } + diff --git a/contentcuration/contentcuration/frontend/administration/pages/AdministrationIndex.vue b/contentcuration/contentcuration/frontend/administration/pages/AdministrationIndex.vue index 10f2b67efb..e6589334da 100644 --- a/contentcuration/contentcuration/frontend/administration/pages/AdministrationIndex.vue +++ b/contentcuration/contentcuration/frontend/administration/pages/AdministrationIndex.vue @@ -161,7 +161,7 @@ tr:hover td { /* stylelint-disable-next-line custom-property-pattern */ - background-color: var(--v-greyBackground-base) !important; + background-color: var(--v-greyBackground-lighten1) !important; } /deep/ .v-table__overflow { diff --git a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue index b4185d8a85..d9ee750c28 100644 --- a/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue +++ b/contentcuration/contentcuration/frontend/administration/pages/Channels/ChannelTable.vue @@ -52,7 +52,7 @@