Skip to content
Snippets Groups Projects
Commit 959a5975 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'ui/profile/personnal-offer' into 'dev'

chore(ui): minor fix on profile personal offers

See merge request !674
parents 5bf6fa6e 890dbfff
No related branches found
No related tags found
2 merge requests!783V3.0.0,!674chore(ui): minor fix on profile personal offers
......@@ -70,6 +70,7 @@
justify-content: center;
display: flex;
flex: 1;
user-select: none;
&:hover {
cursor: pointer;
}
......
......@@ -31,15 +31,17 @@
[ngClass]="{ tab: true, selected: currentTab === tabsEnum.onlineProcedures }"
(click)="navigateTo(tabsEnum.onlineProcedures)"
(keyup.enter)="navigateTo(tabsEnum.onlineProcedures)"
>Démarches en ligne</span
>
Démarches en ligne
</span>
<span
tabindex="0"
[ngClass]="{ tab: true, selected: currentTab === tabsEnum.digitalSkills }"
(click)="navigateTo(tabsEnum.digitalSkills)"
(keyup.enter)="navigateTo(tabsEnum.digitalSkills)"
>Compétences numériques</span
>
Compétences numériques
</span>
</div>
<!-- Content of tabs -->
<div class="content">
......
......@@ -78,6 +78,7 @@
justify-content: center;
display: flex;
flex: 1;
user-select: none;
&:hover {
cursor: pointer;
}
......
......@@ -24,7 +24,6 @@
display: flex;
align-items: center;
justify-content: space-between;
color: $grey-2;
padding: 0.75rem;
user-select: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment