Merge branch 'develop' into feature/multiple-selection
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
right: 32px;
|
||||
right: 36px;
|
||||
cursor: pointer;
|
||||
|
||||
transition: background-color 0.15s linear;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user