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

36 lines
614 B
SCSS

.wysiwyg-help {
background: $whitish;
display: flex;
justify-content: space-between;
margin-top: -.5rem;
padding: .25rem .5rem;
a {
display: inline-block;
}
}
.drag-drop-help {
@include font-size(x-small);
color: $gray;
}
.help-markdown,
.help-button {
&:hover {
span {
transition: color .2s linear;
}
.icon {
fill: $primary-light;
transition: fill .2s linear;
}
}
span {
vertical-align: text-top;
}
.icon {
fill: $gray-light;
margin-right: .2rem;
}
}