Commit a400b3ac authored by Dominique Feyer's avatar Dominique Feyer
Browse files

TASK: Use correct font size for input and button

parent 12ee16dd
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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');
+4 −0
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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>