demarches-normaliennes/app/assets/stylesheets/new_design/actiontext.scss
2020-09-03 14:42:22 +02:00

15 lines
421 B
SCSS

//
// Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
// the trix-editor content (whether displayed or under editing). Feel free to incorporate this
// inclusion directly in any other asset bundle and remove this file.
//
// = require trix
.trix-button-group.trix-button-group--file-tools {
display: none;
}
trix-editor {
min-height: 10em;
background-color: #FFFFFF;
}