implemented style of help screen content div

pull/2/head
David Tookey 5 years ago
parent 4dbed3b19f
commit fbb8d174f1

@ -167,3 +167,13 @@ body {
z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
cursor: pointer; /* Add a pointer on hover */
}
.overlay-content{
position: fixed; /* Sit on top of the page content */
width: 50%; /* Full width (cover the whole page) */
height: 50%; /* Full height (cover the whole page) */
top: 25%;
left: 25%;
background-color: map-get($theme-colors, secondary); /* Black background with opacity */
cursor: pointer; /* Add a pointer on hover */
}

@ -1,6 +1,6 @@
<html lang="en">
<div id="help-overlay" onclick="help.closeOverlay()" class="overlay-custom">
<div>
<div class="overlay-content">
{{{content}}}
</div>
</div>

Loading…
Cancel
Save