mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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
24 lines
411 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|