@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 */