@c8y/style
Version:
Styles for Cumulocity IoT applications
23 lines (20 loc) • 331 B
text/less
.c8y-cookie-banner {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: @zindex-modal - 3;
background-color: rgba(@black, 0.8);
color: white;
}
.cookie-banner-content {
column-width: 26rem;
a{
color: inherit;
text-decoration: underline;
&:hover {
color: inherit;
}
}
}