HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/stafa/stafa.nl/resources/sass/site/5-Components/_components.formElement.scss
.c-form-element {
  display: flex;
  flex-direction: column;
}

.c-form-element--honey{
  position: fixed;
  top: -100px;
  height: 20px;
  width: 100%;
}

.c-form-element__error {
  &:not(:empty) {
    @include text-style(4);
    color: palette(action, 300);
    display: block;
    margin-top: space(0.5);
    padding: 2px 0;
  }
}

.c-form-element__label {
  padding-bottom: space(1);
  color: palette(secondary, 500);
}