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:
committed by
Jean-Baptiste Pasquier
parent
255083d2c1
commit
40e103fc00
@ -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 {
|
||||
|
Reference in New Issue
Block a user