Files
web/web_help/static/src/components/highlighter/highlighter.scss
tarteo d6068076d7 [ADD] web_help
[FIX] web_help: Run pre-commit

[FIX] web_help: Run pre-commit

[FIX] web_help: Run pre-commit

[FIX] web_help: Run pre-commit

[IMP] Easy changeable template and buttons texts, more demo, fixed readme.

[IMP] Easy changeable template and buttons texts, more demo, fixed readme.

[IMP] Easy changeable template and buttons texts, more demo, fixed readme.

[FIX] Grammar
2023-02-28 13:31:54 +01:00

24 lines
411 B
SCSS

.web_help_overlay {
top: 0px;
left: 0px;
width: 100%;
height: 100%;
position: fixed;
z-index: 1151;
.web_help_highlight {
position: absolute;
outline: 1000vw solid rgba(0, 0, 0, 0.7);
}
.popover {
background-color: transparent;
border: none;
.popover-body {
color: #fff;
font-size: 1.2rem;
}
}
}