Newer
Older
$helpbar-width: 250px;
$border-width: 4px;
.helpbar-toggler {
width: 24px;
height: 24px;
overflow: hidden;
display: inline-block;
}
.helpbar-container {
clear: both;
height: 28px;
position: relative;
top: 1px;
min-width: 32px;
float: right;
h2, h3 {
border-bottom: 0;
color: var(--white);
font-size: 1em;
font-weight: normal;
margin: 0;
padding: 0;
}
h2 {
font-size: 1.2em;
}
border-bottom: 1px dotted var(--base-color-80);
font-size: 1.1em;
margin-bottom: 2px;
padding-bottom: 2px;
}
background-color: var(--base-color);
box-sizing: border-box;
position: absolute;
right: -2px;
overflow: auto;
max-height: calc(100vh - 200px);
border-bottom: 2px solid var(--base-color-80);
border-left: $border-width solid transparent;
border-right: $border-width solid transparent;
content: '';
display: none;
position: absolute;
top: -1px;
left: 0;
right: 0;
}
.helpbar-title {
display: flex;
justify-content: space-between;
}
.helpbar-toggler {
color: var(--white);
list-style: none;
padding: 0;
a {
vertical-align: text-bottom;
}
color: var(--white);
color: var(--white);
text-decoration: underline;
}
border-top: 1px solid var(--content-color);
.help-tours {
list-style: none;
margin: 0;
padding: 0;
@include background-icon(play, info_alt);
background-position: left 2px;
background-repeat: no-repeat;
display: block;
padding-left: 20px;
@include background-icon(pause, info_alt);
@include background-icon(accept, info_alt);
}
}
}
a.link-extern {
@include icon(before, link-extern, info_alt);
@include icon(before, link-intern, info_alt);
}
}
section.big-help-box {
background-color: var(--content-color-40);
border: 1px solid var(--content-color-80);