mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 04:12:53 +01:00
31 lines
457 B
Text
31 lines
457 B
Text
@import "../theme";
|
|
@import "../mixins";
|
|
|
|
html {
|
|
font: 10px 'Lucida Grande', sans-serif;
|
|
}
|
|
|
|
body {
|
|
background-color: @bg-color;
|
|
color: @font-color;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|