File: D:/HostingSpaces/SBogers10/gggg.komma.nl/resources/sass/5-Components/_components.cookieType.scss
.c-cookie-type {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
&--static{
pointer-events: none;
}
}
.c-cookie-type__icon {
display: block;
margin: 0;
width: 26px;
height: 26px;
svg {
width: 100%;
max-height: 26px;
}
}
.c-cookie-type__input{
.c-cookie-type--static &{
opacity: 0.3;
}
}
.c-cookie-type__text{
margin: 0;
width: calc(100% - 55px);
font-size: 14px;
line-height: 1.2;
color: palette(neutral, 400);
}
.c-cookie-type__title{
display: block;
margin: 0 0 5px;
font-size: 18px;
font-weight: bold;
color: palette(neutral, 800);
}