Skip to content

Commit

Permalink
style(orga): adjust size & position of icons in mission banner
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelie-crouillebois authored Dec 30, 2024
1 parent aeca0c4 commit a76516e
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions orga/app/styles/pages/authenticated/mission.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,41 @@

&__school-code {
display: inline-flex;
margin-top: 8px;

.pix-icon-button {
fill: var(--pix-info-700);
}
fill: var(--pix-info-700);
}
}

&__copypaste-container {
display: flex;
flex-direction: column;
text-align: start;

.copy-paste-button {
&__clipboard {
margin: -6px 6px 0 2px;
}
}

.pix-icon {
width: 1rem;
height: 1rem;
}


.pix-icon-button {
width: 1.5rem;
min-width: 1.5rem;
height: 1.5rem;
}


span, a {
display: flex;
align-items: center;
}

#external-link-icon {
margin-left: 4px;
text-decoration: none;
Expand All @@ -57,7 +80,7 @@
align-items: center;
justify-content: space-between;
margin-top: var(--pix-spacing-6x);
margin-bottom: var(--pix-spacing-2x); ;
margin-bottom: var(--pix-spacing-2x);

&__title {
@extend %pix-title-m;
Expand Down

0 comments on commit a76516e

Please sign in to comment.