metro4
Version:
The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style
19 lines (17 loc) • 349 B
text/less
@import (once) "../../include/vars";
.cookie-disclaimer-block {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: auto;
z-index: @zindex-fixed;
background-color: @white;
color: @dark;
padding: 10px;
}
.cookie-disclaimer-actions {
display: flex;
justify-content: flex-end;
align-items: center;
}