Merge branch 'develop' into feature/multiple-selection

This commit is contained in:
Antonella Sgarlatta
2021-04-28 14:53:15 -03:00
24 changed files with 392 additions and 85 deletions

View File

@@ -27,6 +27,7 @@ body {
min-height: 100%;
height: 100%;
font-size: var(--sn-stylekit-base-font-size);
line-height: normal;
margin: 0;
color: var(--sn-stylekit-foreground-color);
background-color: var(--sn-stylekit-background-color);

View File

@@ -83,7 +83,7 @@
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 32px;
right: 36px;
cursor: pointer;
transition: background-color 0.15s linear;

View File

@@ -49,6 +49,10 @@
outline: none;
}
.color-foreground {
color: var(--sn-stylekit-foreground-color);
}
.ring-info {
box-shadow: 0 0 0 2px var(--sn-stylekit-info-color);
}