Skip to content
Snippets Groups Projects
Verified Commit c6e4325b authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

update: h3 used instead of a class

parent 6fed12bc
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@ h2, .h2-like {
h3 {
color: var(--color-title);
font-size: 1.7rem;
margin: 0;
}
h4 {
......@@ -269,6 +270,13 @@ h5 {
}
}
.admin-header {
align-items: center;
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
}
.backlink {
@include icon('arrow-left-circle');
color: var(--color-backlink);
......
.admin-header {
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
.admin-header__title {
@extend h3;
}
}
\ No newline at end of file
......@@ -30,7 +30,7 @@
div.admin-header
div.admin-header__title Canaux
h3 Canaux
sib-link(
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
......
......@@ -15,7 +15,7 @@
div.content-box__info
div.admin-header
div.admin-header__title Projets
h3 Projets
sib-link(
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
next='admin-project-create'
......
......@@ -20,7 +20,7 @@
#admin-users-list(hidden)
div.content-box__info
div.admin-header
div.admin-header__title Utilisateurs
h3 Utilisateurs
sib-ac-checker(data-src=`${endpoints.users || endpoints.post.users}`, permission='acl:Append')
sib-link(
class='button text-bold text-uppercase reversed button-primary bordered with-icon icon-plus'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment