update bulma, cleanup
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
wo-bisch-web
|
||||
nohup.out
|
||||
check_nodes/check_nodes
|
||||
wo-bisch-sass/node_modules/
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Aktuell noch in Entwicklung, kommen Sie später noch einmal vorbei...
|
||||
<img src="/static/images/wo-bisch-tracker.jpg">
|
||||
</div>
|
||||
<div class="column is-three-quarters">
|
||||
Dieses kleine Gerät (85 x 48 x 15mm) meldet seinen Standort
|
||||
Dieses kleine Gerät (85 x 48 x 15mm; Kugelschreiber als Grössenvergleich) meldet seinen Standort
|
||||
<ul>
|
||||
<li>bei Bewegung alle 5 Minuten</li>
|
||||
<li>ohne Bewegung einmal pro Stunde</li>
|
||||
|
||||
@@ -1,36 +1,3 @@
|
||||
.map {
|
||||
height: 350px;
|
||||
}
|
||||
.popup {
|
||||
background-color: white;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-top: 8px;
|
||||
width: 220px;
|
||||
color: #555;
|
||||
font: 11px tahoma,arial,verdana,sans-serif;
|
||||
}
|
||||
.title {
|
||||
margin-top: -4px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.subtitle {
|
||||
font-style: normal;
|
||||
margin-bottom: -3px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.middle {
|
||||
margin-top: -9px;
|
||||
}
|
||||
.close {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 8px;
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -6,24 +6,6 @@ html,body,.section,.container {
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.image.is-10by1 img, .image.is-20by3 img {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.image.is-10by1 {
|
||||
padding-top: 10%;
|
||||
}
|
||||
|
||||
.image.is-20by3 {
|
||||
padding-top: 15%;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
+1
-20353
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 928 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 904 B |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+12
-1
@@ -1,3 +1,14 @@
|
||||
Install Node Version 14
|
||||
`
|
||||
# dnf module reset nodejs
|
||||
# dnf module enable nodejs:14
|
||||
# dnf module -y install nodejs:14
|
||||
`
|
||||
|
||||
To generate CSS:
|
||||
|
||||
`npm run css-build`
|
||||
`
|
||||
$ npm install node-sass
|
||||
$ npm install bulma
|
||||
$ npm run css-build
|
||||
`
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Generated
+1629
File diff suppressed because it is too large
Load Diff
@@ -4,14 +4,13 @@
|
||||
"description": "SASS for wo-bisch-web",
|
||||
"main": "enter sass/wo-bisch-web.scss",
|
||||
"scripts": {
|
||||
"css-build": "node-sass --omit-source-map-url sass/wo-bisch-web.scss css/wo-bisch-web.css",
|
||||
"css-build": "node-sass --output-style compressed --omit-source-map-url sass/wo-bisch-web.scss css/wo-bisch-web.css",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Joerg Lehmann",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"bulma": "^0.9.0",
|
||||
"bulma-helpers": "^0.3.12",
|
||||
"bulma": "^0.9.2",
|
||||
"node-sass": "^4.14.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,5 @@
|
||||
$family-sans-serif: "Rubik", sans-serif;
|
||||
|
||||
@import "../node_modules/bulma/bulma.sass";
|
||||
@import "../node_modules/bulma-helpers/bulma-helpers.sass";
|
||||
|
||||
$navbar-height = 6.5rem
|
||||
$navbar-height: 6.5rem
|
||||
Reference in New Issue
Block a user