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

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

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

Loading…
Cancel
Save