update editor renderers

This commit is contained in:
2021-09-11 12:01:13 +02:00
parent b8e7ec6b11
commit 758f2e425e
8 changed files with 75 additions and 6 deletions
+6 -2
View File
@@ -106,7 +106,9 @@
img
{
height: 24px;
//height: 24px;
height: 26px;
//margin-top: 9px;
}
}
@@ -118,8 +120,9 @@
.app-nav-switch
{
margin-bottom: var(--padding-s);
border-bottom: 1px solid var(--color-line-onbg);
//border-bottom: 1px solid var(--color-line-onbg);
background: var(--color-bg-shade-3);
//background: var(--color-accent);
.ui-button.type-light
{
@@ -127,6 +130,7 @@
height: 70px;
background: transparent;
border-radius: 0;
font-size: var(--font-size-m);
}
.ui-dropdown-button-icon
+2
View File
@@ -3,6 +3,8 @@
// theme-agnostic colors
:root
{
--color-accent: #FF5D01;
--color-negative: rgb(216, 40, 83);
--color-image-bg: rgb(255, 255, 255);