Loading src/components/button/styles/button.dark.scss +4 −3 Original line number Diff line number Diff line Loading @@ -4,15 +4,16 @@ :host { color: $text-dark-color-value; font-family: $font-family-dark-base; font-weight: 400; font-size: $font-size-dark-base; line-height: 1.1; ::slotted(neos-icon) { margin-right: $content-margin-small; } button { font-weight: 400; font-size: $font-size-dark-base; line-height: 1.1; background-color: neos-color($colors-dark, 'neutral'); border: 0; color: neos-color($colors-dark, 'neutral', 'contrast'); Loading src/components/form-input/styles/form-input.dark.scss +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ outline: 1px solid transparent; outline-offset: 0; box-sizing: content-box; font-weight: 400; font-size: $font-size-dark-base; color: inherit; padding: 0 $content-padding; Loading src/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ </head> <body style="background-color: #222222; padding: 2rem;"> <p class="disclaimer">This project is experimental and not an official Neos CMS project</p> <p class="disclaimer"><a href="https://gitlab.ttree.ch/neos/neos-ui-kit/">This project</a> is experimental and not an official Neos CMS project</p> <section role="presentation"> <header> <h1>neos-form-input</h1> Loading Loading
src/components/button/styles/button.dark.scss +4 −3 Original line number Diff line number Diff line Loading @@ -4,15 +4,16 @@ :host { color: $text-dark-color-value; font-family: $font-family-dark-base; font-weight: 400; font-size: $font-size-dark-base; line-height: 1.1; ::slotted(neos-icon) { margin-right: $content-margin-small; } button { font-weight: 400; font-size: $font-size-dark-base; line-height: 1.1; background-color: neos-color($colors-dark, 'neutral'); border: 0; color: neos-color($colors-dark, 'neutral', 'contrast'); Loading
src/components/form-input/styles/form-input.dark.scss +4 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ outline: 1px solid transparent; outline-offset: 0; box-sizing: content-box; font-weight: 400; font-size: $font-size-dark-base; color: inherit; padding: 0 $content-padding; Loading
src/index.html +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ </head> <body style="background-color: #222222; padding: 2rem;"> <p class="disclaimer">This project is experimental and not an official Neos CMS project</p> <p class="disclaimer"><a href="https://gitlab.ttree.ch/neos/neos-ui-kit/">This project</a> is experimental and not an official Neos CMS project</p> <section role="presentation"> <header> <h1>neos-form-input</h1> Loading