feature: project-edit + circle profile

This commit is contained in:
gaelle morin
2021-01-08 15:39:37 +01:00
parent 902c977386
commit 6d04fc377a
13 changed files with 175 additions and 131 deletions

View File

@ -18,6 +18,23 @@ solid-display>div {
display: contents !important;
}
.w75 {
width: 75%;
}
.w25 {
width: 25%;
}
.w50 {
width: 50%;
}
.text-left {
text-align: left;
}
@import 'header/_index';
@import 'left-nav/_index';
@import 'content/_index';