1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-26 03:06:49 +02:00
market/src/components/Privacy/CookieModule.module.css

28 lines
397 B
CSS

.description {
font-size: var(--font-size-small);
}
.header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: calc(var(--spacer) / 3);
}
.header div[class*='radioGroup'] {
width: 100%;
text-align: right;
}
.header label {
position: absolute;
left: 0;
padding: 0;
}
.wrapper {
display: block;
margin: var(--spacer) 0;
}