|
|
@ -2,6 +2,7 @@
|
|
|
|
@import "./mixins.less";
|
|
|
|
@import "./mixins.less";
|
|
|
|
|
|
|
|
|
|
|
|
@import "../less2/include/alertify.less";
|
|
|
|
@import "../less2/include/alertify.less";
|
|
|
|
|
|
|
|
@import "../less2/include/colortheme.less";
|
|
|
|
@import "./bar.less";
|
|
|
|
@import "./bar.less";
|
|
|
|
@import "./loading.less";
|
|
|
|
@import "./loading.less";
|
|
|
|
@import "./dropdown.less";
|
|
|
|
@import "./dropdown.less";
|
|
|
@ -27,7 +28,7 @@ html.cp, .cp body {
|
|
|
|
|
|
|
|
|
|
|
|
// add font for tooltips
|
|
|
|
// add font for tooltips
|
|
|
|
.tippy-popper {
|
|
|
|
.tippy-popper {
|
|
|
|
font: normal normal normal 16px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
|
|
|
|
font: 16px @colortheme_font;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// override bootstrap colors
|
|
|
|
// override bootstrap colors
|
|
|
@ -69,7 +70,7 @@ a.github-corner > svg {
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
|
|
color: @fore;
|
|
|
|
color: @fore;
|
|
|
|
|
|
|
|
|
|
|
|
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
|
|
font-family: @colortheme_font;
|
|
|
|
-webkit-font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
|
|
|
|
-webkit-font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
|
|
|
|
-moz-font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
|
|
|
|
-moz-font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
|
|
|
|
font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
|
|
|
|
font-feature-settings: 'dlig' 1,'liga' 1,'lnum' 1,'kern' 1;
|
|
|
@ -427,7 +428,7 @@ noscript {
|
|
|
|
max-width: 40%;
|
|
|
|
max-width: 40%;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-family: lato, Helvetica, sans-serif;
|
|
|
|
font-family: @colortheme_font;
|
|
|
|
color: @main-color;
|
|
|
|
color: @main-color;
|
|
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
label {
|
|
|
@ -641,7 +642,7 @@ noscript {
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
z-index:10000;
|
|
|
|
z-index:10000;
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
|
|
|
|
font-family: @colortheme_font;
|
|
|
|
#uploadStatus {
|
|
|
|
#uploadStatus {
|
|
|
|
width: 80vw;
|
|
|
|
width: 80vw;
|
|
|
|
border: 1px solid black;
|
|
|
|
border: 1px solid black;
|
|
|
|