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.cookieSwitch.scss
.c-cookie-switch {}

.c-cookie-switch__title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 5px;
  color: palette(text);
}

.c-cookie-switch__text {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  color: palette(text, 300);
}

.c-cookie-switch__settings{
  margin: 30px 0 0;

  & > * + *{
    margin-top: 25px;
  }
}

.c-cookie-switch__button{
  display: inline-block;
  margin-top: 35px;
  padding: 13px 25px;
  border-radius: 4px;
  background-color: palette(action);
  transition: background-color 0.4s;

  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: white;
  cursor: pointer;

  outline: none;
  border: none;

  &:hover{
    background-color: darken(palette(action), 8%)
  }
}