mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-24 11:16:27 +02:00
17 lines
304 B
SCSS
17 lines
304 B
SCSS
.cookie-banner {
|
|
border: 1px solid rgba(0,0,0,.3);
|
|
border-radius: 0.25rem;
|
|
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
align-items: end;
|
|
display: flex;
|
|
}
|
|
|
|
.cookie-banner__content {
|
|
border-top: 1px solid rgba(0,0,0,.3);
|
|
/* Take available width */
|
|
flex: 1;
|
|
padding: 0 0.5rem;
|
|
} |