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

19 lines
543 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;
}
[data-fr-theme="dark"] .trix-button-group button {
background: var(--background-action-high-blue-france) !important;
}