fix project & circle sizing & add animation for right menu

This commit is contained in:
Jean-Baptiste Pasquier 2019-04-17 17:08:47 +02:00
parent f60b720d37
commit c29275f5e5
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 4 additions and 6 deletions

View File

@ -127,11 +127,7 @@ li {
overflow-x: hidden;
> div {
//display: flex;
//margin: 2.6em;
//padding:2.6em;
//flex: 1 1 0;
flex-grow: 1;
transition: all 0.5s;
}
}
}

View File

@ -4,6 +4,8 @@
nav {
transition: all 0.5s;
> sib-router {
background-color: $color-222-52-90;
color: $color-purple-dark;
@ -80,7 +82,7 @@
}
& ~ #views-container {
flex-basis: 95%;
margin-left: -15.5rem;
transform: translate(15.5rem);
}
}