title top position eased by step padding

This commit is contained in:
Tykayn 2022-03-14 18:04:54 +01:00 committed by tykayn
parent d9e0b270b1
commit 31e9e4eab2
4 changed files with 19 additions and 14 deletions

View File

@ -107,18 +107,19 @@
</div> </div>
<h2 class="title is-5">{{ 'resume.owner' | translate }}</h2> <h2 class="title is-5">{{ 'resume.owner' | translate }}</h2>
<div class="block-resume"> <div class="block-resume">
<div class="name"> <p class="block-label">
<strong> {{ 'SENTENCES.your-name' | translate }}
{{ 'SENTENCES.your-name' | translate }} </p>
</strong> <p class="name">
{{ pollService.form.value.creatorPseudo }} {{ pollService.form.value.creatorPseudo }}
</div> </p>
<div class="email">
<strong> <p class="block-label">
{{ 'creation.email' | translate }} {{ 'creation.email' | translate }}
</strong> </p>
<p class="email">
{{ pollService.form.value.creatorEmail }} {{ pollService.form.value.creatorEmail }}
</div> </p>
<hr /> <hr />
<div <div
class="go-to-step has-background-icon-left is-filtered-icon-primary has-background-edit" class="go-to-step has-background-icon-left is-filtered-icon-primary has-background-edit"

View File

@ -24,7 +24,7 @@ export const environment = {
appVersion: '2.2.1', appVersion: '2.2.1',
appSupportEmail: 'example-support@example.com', appSupportEmail: 'example-support@example.com',
appSupportWebpage: 'https://www.cipherbliss.com/contact', appSupportWebpage: 'https://www.cipherbliss.com/contact',
autofill_creation: false, autofill_creation: true,
autofill_default_timeslices: true, autofill_default_timeslices: true,
autofill_participation: false, autofill_participation: false,
autoSendNewPoll: false, autoSendNewPoll: false,

View File

@ -76,7 +76,7 @@
} }
.step { .step {
padding: calc(56px + 32px) 0.5rem; padding: 120px 0;
} }
#creation_stepper { #creation_stepper {
.logo-home-link { .logo-home-link {

View File

@ -8,6 +8,8 @@ body {
h6 { h6 {
font-family: $title_font; font-family: $title_font;
color: $d-primary-intense; color: $d-primary-intense;
margin-top: 0;
margin-bottom: 0;
} }
.title { .title {
@ -16,7 +18,8 @@ body {
font-weight: 700; font-weight: 700;
font-size: 32px; font-size: 32px;
line-height: 37px; line-height: 37px;
margin-bottom: 2rem; margin-top: 0 !important;
margin-bottom: 1rem;
} }
&.is-2 { &.is-2 {
color: $d-primary-intense; color: $d-primary-intense;
@ -39,7 +42,8 @@ body {
font-weight: 700; font-weight: 700;
font-size: 32px; font-size: 32px;
line-height: 37px; line-height: 37px;
margin-bottom: 2rem; margin-bottom: 1rem;
margin-top: 0;
} }
.is-2 { .is-2 {
color: $d-primary-intense; color: $d-primary-intense;