Added working minimum cup size slider.

This commit is contained in:
DebaucheryLibrarian
2021-03-02 02:30:44 +01:00
parent d6bebd8fec
commit 408066aba0
4 changed files with 16 additions and 5 deletions

View File

@@ -174,9 +174,9 @@ export default {
box-sizing: border-box;
padding: .5rem;
color: var(--text-light);
background: var(--shadow);
background: var(--darken);
font-size: .9rem;
text-shadow: 0 0 3px var(--shadow);
text-shadow: 0 0 3px var(--darken);
white-space: normal;
line-height: 1.25;
transform: translateY(100%);