feature: project-profile page

- css added or reviewed
- templates added or reviewed (customer, business provider, team)
- modal added and stylised
- routes reviewed
- navbar reviewed (adapted according to the content of the main section
- admin status added
- new staging added.
This commit is contained in:
Gaëlle Morin
2019-12-18 18:50:47 +00:00
committed by Jean-Baptiste Pasquier
parent 255083d2c1
commit 40e103fc00
25 changed files with 485 additions and 565 deletions

View File

@ -8,11 +8,10 @@
display: flex;
flex-direction: row;
align-items: stretch;
overflow-x: hidden;
overflow: hidden;
.views-container {
flex: 1 0 0;
overflow-y: auto;
-webkit-backface-visibility: hidden;
&.sidebar-is-closed {
@ -26,6 +25,7 @@
}
nav {
background: $color-210-25-95;
transition: all 0.5s;
>sib-router {