keylighter/assets/sass/_keylighter.scss
2020-04-11 21:55:18 +02:00

60 lines
1.0 KiB
SCSS
Executable File

$kl-prefix: "kl-";
@import "../../vendor/kadet/keylighter/Styles/Html/keylighter";
pre.keylighter {
background-color: #181818;
color: $foreground;
font-weight: 100;
border-radius: 0;
border: none;
font-size: 10pt;
}
pre.keylighter:not(.inline), .try-it textarea {
background: #181818 url("../img/overlay.png") no-repeat right 30px bottom 0;
padding: 25px !important;
}
pre.keylighter.inline {
display: inline-block;
padding: .25rem .5rem;
vertical-align: baseline;
margin-bottom: 0;
}
code.keylighter {
background-color: #181818;
color: $foreground;
}
.keylighter.inline {
padding: .25rem .5rem;
}
code {
color: $background;
background: $gray-100;
white-space: pre;
}
.close {
float: none;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
text-shadow: none;
opacity: inherit;
}
.close:focus, .close:hover {
color: inherit;
text-decoration: inherit;
opacity: inherit;
}
$kl-prefix: "";
@import "../../vendor/kadet/keylighter/Styles/Html/keylighter";