demarches-normaliennes/app/assets/stylesheets/code_blocks.scss
Sébastien Carceles 0a10a08c21
feat(demarche): describe procedure prefilling (#8187)
* feat(demarche): description

Show the description of an opendata procedure (published or draft),
with help about how to prefill a dossier for this procedure.

Co-authored-by: Damien Le Thiec <damien.lethiec@gmail.com>
2022-12-19 11:32:09 +00:00

13 lines
225 B
SCSS

@import "colors";
.code-block {
background-color: $black;
color: $white;
border-radius: 3px;
padding: 2rem;
display: flex;
align-items: center;
font-weight: bold;
justify-content: center;
overflow: auto;
}