Style updates

This commit is contained in:
Mo Bitar
2018-12-11 09:08:10 -06:00
parent d867888b75
commit ba781f2765
10 changed files with 42 additions and 35 deletions

View File

@@ -60,7 +60,7 @@ $heading-height: 75px;
font-weight: normal;
margin-top: 4px;
text-align: right;
color: var(--sn-stylekit-neutral-color);
color: var(--sn-stylekit-secondary-contrast-background-color);
}
.editor-tags {
@@ -133,9 +133,10 @@ $heading-height: 75px;
iframe {
width: 100%;
background-color: var(--sn-stylekit-background-color);
// we moved the border top from the .component-stack-item to the .iframe, as on parent,
// it increases its height and caused unneccessary scrollbars on windows.
border-top: 1px solid var(--sn-component-border-color);
border-top: 1px solid var(--sn-stylekit-border-color);
}
}
}

View File

@@ -12,7 +12,7 @@
bottom: 0;
z-index: $z-index-lock-screen;
background-color: var(--sn-stylekit-background-color);
background-color: var(--sn-stylekit-contrast-background-color);
color: var(--sn-stylekit-foreground-color);
font-size: 16px;
display: flex;

View File

@@ -118,7 +118,7 @@ $footer-height: 32px;
position: absolute;
cursor: col-resize;
// needs to be a color that works on main bg and contrast bg
background-color: var(--sn-stylekit-on-contrast-background-color);
background-color: var(--sn-stylekit-secondary-contrast-background-color);
opacity: 0;
border-top: none;
border-bottom: none;