fix: editor flow

This commit is contained in:
Nicolas Giard
2018-12-09 00:46:06 -05:00
parent 461f4a7e02
commit 366a835278
5 changed files with 44 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
.newpage {
background: linear-gradient(to bottom, mc('blue', '900') 0%, mc('blue', '800') 100%);
background: linear-gradient(to bottom, mc('blue', '900') 0%, mc('blue', '500') 100%);
height: 100%;
display: flex;
flex-direction: column;