mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-11 03:39:15 +00:00
improve console output with new Ubuntu fonts
This commit is contained in:
parent
efacf539cc
commit
377a37984f
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,9 +2,10 @@ node_modules
|
|||||||
test/workspace
|
test/workspace
|
||||||
test/distributor/workspace
|
test/distributor/workspace
|
||||||
test/repos/mercurial/.hg/strip-backup
|
test/repos/mercurial/.hg/strip-backup
|
||||||
|
test/repos/mercurial/.hg/cache/branch2-served
|
||||||
static/css/**/*.css
|
static/css/**/*.css
|
||||||
static/fonts
|
static/fonts
|
||||||
static/js/libs
|
static/js/libs
|
||||||
static/js/templates
|
static/js/templates
|
||||||
data/projects/**/workspace
|
data/projects/**/workspace
|
||||||
data/builds
|
data/builds
|
||||||
|
@ -14,6 +14,9 @@
|
|||||||
//variables
|
//variables
|
||||||
@import "./sources/common/variables.less";
|
@import "./sources/common/variables.less";
|
||||||
|
|
||||||
|
//fonts
|
||||||
|
@import "./sources/common/fonts.less";
|
||||||
|
|
||||||
//layout
|
//layout
|
||||||
@import "./sources/components/layout.less";
|
@import "./sources/components/layout.less";
|
||||||
|
|
||||||
|
1
static/css/sources/common/fonts.less
Normal file
1
static/css/sources/common/fonts.less
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic);
|
@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
&_code {
|
&_code {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
padding: 8px;
|
padding: 8px 12px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
border: none;
|
border: none;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
line-height: 0.8;
|
line-height: 0.8;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
font-family: Monaco, Monosapce, sans-serif;
|
font-family: 'Ubuntu', sans-serif;
|
||||||
|
|
||||||
&_newline {
|
&_newline {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user