mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-13 03:43:01 +01:00
33 lines
479 B
Text
33 lines
479 B
Text
@import "../theme.less";
|
|
@import "../mixins.less";
|
|
|
|
html, pre {
|
|
font: 11px 'Lucida Grande', sans-serif;
|
|
}
|
|
|
|
body {
|
|
background-color: @bg-color;
|
|
color: @font-color;
|
|
}
|
|
|
|
iframe {
|
|
border: 0;
|
|
}
|
|
|
|
:global(.disable-selection) {
|
|
.no-selection();
|
|
}
|
|
|
|
:global(.compact-font) {
|
|
font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, sans-serif;
|
|
}
|
|
|
|
button {
|
|
border: 0;
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
|
|
pre {
|
|
line-height: 1.5;
|
|
}
|