4 lines
85 B
CSS
4 lines
85 B
CSS
|
.agreement-container {
|
||
|
background-color: var(--color-light);
|
||
|
padding: 15px;
|
||
|
}
|