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

20 lines
543 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;
2024-11-05 19:02:31 +01:00
background-color: #ffffff;
2019-04-09 15:44:36 +02:00
}
2024-11-05 19:02:31 +01:00
[data-fr-theme='dark'] .trix-button-group button {
background: var(--background-action-high-blue-france) !important;
}