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

16 lines
421 B
SCSS
Raw Normal View History

2019-04-09 15:44:36 +02:00
//
// 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;
}
2019-04-09 15:44:36 +02:00
trix-editor {
min-height: 10em;
background-color: #FFFFFF;
2019-04-09 15:44:36 +02:00
}