demarches-normaliennes/app/assets/stylesheets/attestation_template_2_edit.scss

17 lines
214 B
SCSS
Raw Normal View History

2023-11-15 09:53:07 +01:00
#attestation-edit {
.mention {
border: 1px solid var(--text-default-grey);
padding: 8px;
}
.selected {
border: 1px solid #000000;
}
.tiptap {
padding: 8px;
min-height: 300px;
}
}