Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed May 12, 2023
1 parent cd44bfc commit b46e565
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default {
font-size: 14px;
}
}
.content-final {
.page-final {
h3 {
background-position: 0;
background-size: 16px 16px;
Expand Down Expand Up @@ -324,7 +324,7 @@ export default {
}
}
&.content-final {
&.page-final {
padding-bottom: 50px;
}
}
Expand Down
6 changes: 4 additions & 2 deletions templates/page.apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
*/
?>
<div class="page" data-title="<?php p($l->t('Extend your cloud')); ?>" data-subtitle="">
<h2><?php p($l->t('Extend with apps')); ?></h2>
<div class="image"><img src="<?php p(image_path('firstrunwizard', 'appstore.svg')); ?>" /></div>
<div class="content content-apps">
<h2><?php p($l->t('Extend with apps')); ?></h2>
<div class="image"><img src="<?php p(image_path('firstrunwizard', 'appstore.svg')); ?>" /></div>
</div>
<div class="description">
<p><?php p($l->t('Find more than 100 apps in the Nextcloud App Store to customize your cloud:')); ?></p>
<ul>
Expand Down
6 changes: 4 additions & 2 deletions templates/page.final.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
*/
?>

<div class="page content-final" data-title="<?php p($l->t('Get help')); ?>" data-subtitle="">
<h2><?php p($l->t('Get support or participate')); ?></h2>
<div class="page page-final" data-title="<?php p($l->t('Get help')); ?>" data-subtitle="">
<div class="content content-final">
<h2><?php p($l->t('Get support or participate')); ?></h2>
</div>
<div class="description">
<div class="description-block">
<h3 class="icon-user"><?php p($l->t('Start contributing')); ?></h3>
Expand Down

0 comments on commit b46e565

Please sign in to comment.