modify style

This commit is contained in:
Joerg Lehmann 2019-12-26 17:12:43 +01:00
parent d9006096af
commit e7b8bfeab2
5 changed files with 25745 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"bulma": "^0.8.0", "bulma": "^0.8.0",
"bulma-helpers": "^0.3.8",
"node-sass": "^4.13.0" "node-sass": "^4.13.0"
} }
} }

View File

@ -5,6 +5,6 @@
// Set nbit Style... // Set nbit Style...
$family-sans-serif: "Rubik", sans-serif; $family-sans-serif: "Rubik", sans-serif;
$box-padding: 0.25rem;
@import "../node_modules/bulma/bulma.sass"; @import "../node_modules/bulma/bulma.sass";
@import "../node_modules/bulma-helpers/bulma-helpers.sass";

View File

@ -17,7 +17,7 @@
} }
hr { hr {
margin: 0px 0 5px 0; margin: 0 0 15px 0;
} }
.signup-box { .signup-box {

File diff suppressed because it is too large Load Diff