taiga-front/app/styles/components/editor-help.scss

30 lines
502 B
SCSS

.wysiwyg-help {
background: $whitish;
display: flex;
justify-content: space-between;
margin-top: -.5rem;
padding: .25rem .5rem;
}
.drag-drop-help {
@extend %xsmall;
color: $gray;
}
.help-markdown,
.help-button {
@extend %xsmall;
&:hover {
span {
transition: color .2s linear;
}
.icon {
color: $primary-light;
transition: color .2s linear;
}
}
.icon {
margin-right: .2rem;
}
}