Files
IDP-Frontend/src/app/consent/components/ConsentForm/ConsentForm.module.css
2025-07-26 11:10:28 +04:00

15 lines
189 B
CSS

.container {
@media (min-width: 48em) {
max-width: 400px;
}
}
.gray-text {
@mixin dark {
color: #807e7e;
}
@mixin light {
color: gray;
}
}