diff --git a/app/assets/sass/partials/_modals.scss b/app/assets/sass/partials/_modals.scss index 6c6f8ee1..5000b730 100644 --- a/app/assets/sass/partials/_modals.scss +++ b/app/assets/sass/partials/_modals.scss @@ -1,55 +1,64 @@ -#welcome-modal .modal-dialog { - margin-top: 65px; -} +#welcome-modal { + .modal-dialog { + margin-top: 65px; + } -#welcome-modal .modal-content .modal-header { - border-bottom: 0; -} + .modal-content { + .modal-header { + border-bottom: 0; + } -#welcome-modal .modal-content .modal-body { - padding-bottom: 50px; -} + .modal-body { + padding-bottom: 50px; -#welcome-modal .modal-content .modal-body header { - text-align: center; - font-weight: 600; - font-size: 22px; - color: #444; - margin-bottom: 23px; -} + header { + text-align: center; + font-weight: 600; + font-size: 22px; + color: #444; + margin-bottom: 23px; + } -#welcome-modal .modal-content .modal-body p { - font-size: 13px; - color: #555; - margin: 0 auto; - width: 80%; - text-align: center; - line-height: 20px; -} + p { + font-size: 13px; + color: #555; + margin: 0 auto; + width: 80%; + text-align: center; + line-height: 20px; + } -#welcome-modal .modal-content .modal-body .get-started { - margin-top: 40px; -} + .go-dashboard { + text-align: center; + display: block; + margin-top: 10px; + } -#welcome-modal .modal-content .modal-body .get-started .col-md-4 { - text-align: center; - padding-bottom: 50px; -} + .get-started { + margin-top: 40px; -#welcome-modal .modal-content .modal-body .get-started .col-md-4 i { - font-size: 38px; - color: $cachet-gray-darker; -} + .col-md-4 { + text-align: center; + padding-bottom: 50px; + a { + i { + font-size: 38px; + color: $cachet-secondary; + display: block; + } -#welcome-modal .modal-content .modal-body .get-started .col-md-4 a { - color: $cachet-gray-darker; - display: block; - margin-top: 12px; - font-size: 13px; -} + color: $cachet-gray-darker; + display: block; + margin-top: 12px; + font-size: 13px; -#welcome-modal .modal-content .modal-body .go-dashboard { - text-align: center; - display: block; - margin-top: 10px; + &:hover { + text-decoration: none; + color: $cachet-gray; + } + } + } + } + } + } } diff --git a/app/lang/en/dashboard.php b/app/lang/en/dashboard.php index 20f98fdd..b40247a6 100644 --- a/app/lang/en/dashboard.php +++ b/app/lang/en/dashboard.php @@ -143,10 +143,10 @@ return [ 'steps' => [ 'component' => 'Create components', 'incident' => 'Create incidents', - 'customize' => 'Customize your Cachet Status Page.', - 'team' => 'Add users to your team.', - 'api' => 'Generate API token.', - 'two-factor' => 'Enable Two Factor Authetication.', + 'customize' => 'Customize', + 'team' => 'Add users', + 'api' => 'Generate API token', + 'two-factor' => 'Two Factor Authetication', ], ], diff --git a/app/views/partials/dashboard/welcome-modal.blade.php b/app/views/partials/dashboard/welcome-modal.blade.php index c5980f8e..2c2396e7 100644 --- a/app/views/partials/dashboard/welcome-modal.blade.php +++ b/app/views/partials/dashboard/welcome-modal.blade.php @@ -17,47 +17,47 @@
- + {{ trans('dashboard.welcome.close') }}