mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
33 lines
513 B
SCSS
33 lines
513 B
SCSS
.content__text-container {
|
|
|
|
.text-header:not(.editing-name):not(.locked) {
|
|
&:hover {
|
|
background-color: $color-concrete;
|
|
}
|
|
}
|
|
|
|
// TinyMCE table of contents
|
|
.mce-toc ul,
|
|
.mce-toc li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.img-responsive {
|
|
display: inline;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.view-text-element {
|
|
a {
|
|
pointer-events: initial;
|
|
}
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.content__text-body:hover:not(.edit):not(.locked) {
|
|
background: $color-concrete;
|
|
}
|
|
}
|