Style updates
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user