Skip to content
Snippets Groups Projects
Commit a9241a79 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: unexisting css class

parent b8468458
No related branches found
No related tags found
2 merge requests!85Recette,!84Dev
......@@ -32,7 +32,7 @@
background: $white;
border-bottom: 1px solid $grey-4;
.profileName {
@include cn-bold-24;
@include cn-bold-26;
margin: 0 !important;
}
.profileEmail {
......@@ -69,7 +69,7 @@ button {
a {
margin: 0;
&.structureName {
@include cn-bold-24;
@include cn-bold-26;
color: $secondary-color;
text-decoration: underline;
}
......
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