Blocked highlighting
This commit is contained in:
parent
a21f5ffcfe
commit
a7f20ea5cc
1 changed files with 16 additions and 6 deletions
|
@ -1,14 +1,24 @@
|
||||||
@import 'node_modules/bootstrap/less/bootstrap.less';
|
@import 'node_modules/bootstrap/less/bootstrap.less';
|
||||||
@import 'node_modules/bootstrap/less/theme.less';
|
@import 'node_modules/bootstrap/less/theme.less';
|
||||||
@import 'node_modules/ionicons/less/ionicons.less';
|
@import 'node_modules/ionicons/less/ionicons.less';
|
||||||
|
@import (inline) url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
/* @group Electron Specific */
|
||||||
#navbar {
|
:not(input):not(textarea),
|
||||||
a {
|
:not(input):not(textarea)::before,
|
||||||
|
:not(input):not(textarea)::after {
|
||||||
}
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
/* @end Electron Specific */
|
||||||
|
|
Reference in a new issue