colibris: adds toolbar border when editor is scrolling

This commit is contained in:
Sebastian Castro 2020-04-17 08:44:56 +02:00 committed by muxator
parent f650d3a35a
commit 705b6c5e2e
4 changed files with 31 additions and 9 deletions

View file

@ -34,7 +34,7 @@
--dark-color: #576273; /*#4d5d77*/
--primary-color: #64d29b;
--middle-color: #d2d2d2; /* between light-soft-color and dark-soft-color, use for border for examples */
--middle-color: #d2d2d2; /* kind of grey, use for border for examples */
--light-color: #f2f3f4; /*#f9f9f9;*/
--super-light-color: white;
@ -45,6 +45,8 @@
--bg-soft-color: var(--light-color);
--bg-color: var(--super-light-color);
--toolbar-border: none;
--main-font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--editor-padding: 40px 55px;