demarches-normaliennes/app/assets/stylesheets/attestation_template_2_edit.scss
2023-11-15 15:24:46 +01:00

16 lines
214 B
SCSS

#attestation-edit {
.mention {
border: 1px solid var(--text-default-grey);
padding: 8px;
}
.selected {
border: 1px solid #000000;
}
.tiptap {
padding: 8px;
min-height: 300px;
}
}