File: D:/HostingSpaces/SBogers10/ste.komma.pro/resources/sass/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(neutral, 700);
}
.c-cookie-switch__text {
font-size: 16px;
line-height: 1.2;
margin: 0;
color: palette(neutral, 500);
}
.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%)
}
}