Skip to content

Commit

Permalink
[FEATURE] Changement du logo PixJunior / blob / label Béta (pix-13628)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Sep 20, 2024
2 parents bff7be5 + 2371625 commit 8541cbd
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 170 deletions.
2 changes: 1 addition & 1 deletion junior/app/styles/components/footer.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#footer {
margin:auto 20px 20px 20px;
margin:auto 20px 20px 0px;
}

.footer-navigation {
Expand Down
26 changes: 22 additions & 4 deletions junior/app/styles/pages/organization-code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
height: fit-content;
margin-bottom: 30px;
padding: 12px 24px;
color: var(--pix-neutral-0);
color: var(--pix-primary-900);
font-size: 1.5rem;
text-align: left;
background-color: var(--pix-primary-500);
background-color: var(--pix-secondary-500);
border-radius: 16px;
transform: rotate(-8deg);

Expand All @@ -53,7 +53,7 @@
left: 20px;
display: block;
width: 0;
border-color: transparent var(--pix-primary-500);
border-color: transparent var(--pix-secondary-500);
border-style: solid;
border-width: 0px 0px 15px 25px;
content: "";
Expand All @@ -62,10 +62,28 @@

.pix1d-button {
width: 215px;
margin-top: 40px;
margin-top: 24px;
padding: 16px 40px;
font-size: 1.125rem;
}


.logo {
width: 149px;
height: 80px;
margin-top: 130px;
}

@include device-is('desktop') {
margin-top: 62px;

.logo {
width: 209px;
height: 112px;
margin-top: 130px;
}
}

}

.pix-input-code input.pix-input-code__input.school-code__input {
Expand Down
1 change: 1 addition & 0 deletions junior/app/templates/organization-code.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
<PixButton class="pix1d-button" @type="submit" @shape="rounded" @size="large">
{{t "pages.home.go-to-school"}}
</PixButton>
<img src="/images/logo.svg" alt="Pix Junior" class="logo" />
</form>
<Footer />
198 changes: 56 additions & 142 deletions junior/public/images/background-blob-with-robot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8541cbd

Please sign in to comment.