1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Keyboard-Mechanizer/src/less/style.less

32 lines
713 B
Plaintext

@import 'node_modules/bootstrap/less/bootstrap.less';
@import 'node_modules/bootstrap/less/theme.less';
@import 'node_modules/ionicons/less/ionicons.less';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
html {
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: center;
}
body {
padding: 5px;
padding-top: 50px;
}
/* @group Electron Specific */
#navbar {
-webkit-app-region: drag;
a, a > i {
-webkit-app-region: no-drag;
cursor: pointer;
}
}
:not(input):not(textarea),
:not(input):not(textarea)::before,
:not(input):not(textarea)::after {
-webkit-user-select: none;
user-select: none;
}
/* @end Electron Specific */