Clean-up circle-edit.scss
This commit is contained in:
parent
f3409274ee
commit
e274ad20d1
@ -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;
|
||||
}
|
||||
|
@ -159,13 +159,3 @@
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 5rem;
|
||||
|
||||
.admin-header__title {
|
||||
@extend h3;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user