admin-project: table ok + icon added in sidebar

This commit is contained in:
gaelle morin
2020-01-08 00:59:44 +01:00
parent 235d3f7f97
commit 1ca894298e
6 changed files with 25 additions and 10 deletions

View File

@ -72,7 +72,7 @@
}
&[name*='circle'],
&[name^='project'] {
&[name*='project'] {
>li::before {
font-size: 4rem;
@ -102,6 +102,10 @@
&[name='admin-circles']>li {
@include ci('bubble-add');
}
&[name='admin-projects']>li {
@include ci('add');
}
}
}
}