Clean-up circle-edit.scss

This commit is contained in:
Gaëlle Morin 2019-11-08 12:52:41 +01:00
parent f3409274ee
commit e274ad20d1
2 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,13 @@
.admin-header {
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
.admin-header__title {
@extend h3;
}
}
.circle-admin-join-button select[name='user'] {
display: none;
}

View File

@ -159,13 +159,3 @@
}
}
.admin-header{
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
.admin-header__title {
@extend h3;
}
}