pull/8797/head
Puru Vijay 3 years ago
parent d8599c8267
commit 31f8456480

@ -176,7 +176,6 @@
.controls { .controls {
position: sticky; position: sticky;
background: white;
top: 1rem; top: 1rem;
display: flex; display: flex;
align-items: center; align-items: center;
@ -186,7 +185,7 @@
font-size: 1.6rem; font-size: 1.6rem;
z-index: 2; z-index: 2;
justify-content: space-between; justify-content: space-between;
outline: 1rem solid white; outline: 1rem solid var(--sk-back-1);
} }
.controls::after { .controls::after {
@ -195,7 +194,7 @@
width: 100%; width: 100%;
bottom: -2rem; bottom: -2rem;
height: 2rem; height: 2rem;
background: linear-gradient(to bottom, white 0%, white 50%, transparent); background: linear-gradient(to bottom, var(--sk-back-1) 0%, var(--sk-back-1) 50%, transparent);
} }
.controls form { .controls form {
@ -216,7 +215,7 @@
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
line-height: 1; line-height: 1;
display: flex; display: flex;
border: 1px solid #eee; border: 1px solid var(--sk-back-5);
border-radius: var(--sk-border-radius); border-radius: var(--sk-border-radius);
z-index: 2; z-index: 2;
} }
@ -266,7 +265,7 @@
li span { li span {
font-size: 12px; font-size: 12px;
color: rgba(0, 0, 0, 0.6); color: var(--sk-text-3);
} }
li label { li label {

@ -72,7 +72,7 @@
min-width: 10em; min-width: 10em;
top: 3rem; top: 3rem;
right: -1.6rem; right: -1.6rem;
background-color: var(--sk-theme-2); background-color: var(--sk-back-2);
padding: 0.8rem 1.6rem; padding: 0.8rem 1.6rem;
z-index: 99; z-index: 99;
text-align: left; text-align: left;
@ -91,7 +91,7 @@
text-decoration: none; text-decoration: none;
text-align: left; text-align: left;
border: none; border: none;
color: inherit; color: var(--sk-text-2);
} }
.menu button:hover, .menu button:hover,

Loading…
Cancel
Save