Integrate bulma css package in the project
Integrated bulma css package in the project and included, it's css into the application css file
This commit is contained in:
parent
2b6e6ad99d
commit
038321a6ec
@ -13,3 +13,19 @@
|
|||||||
*= require_tree .
|
*= require_tree .
|
||||||
*= require_self
|
*= require_self
|
||||||
*/
|
*/
|
||||||
|
@import "bulma/sass/utilities/initial-variables";
|
||||||
|
|
||||||
|
$family-sans-serif: "Helvetica",
|
||||||
|
"Arial",
|
||||||
|
sans-serif;
|
||||||
|
// https://coolors.co/06aed5-086788-f0c808-fff1d0-dd1c1a
|
||||||
|
$blue: #083d77;
|
||||||
|
$red: #dd1c1a;
|
||||||
|
$orange: #ee964b;
|
||||||
|
$yellow: #f4d35e;
|
||||||
|
$light: #f5fafe; // #ebebd3;
|
||||||
|
$primary: $blue;
|
||||||
|
$green: #007932; // hsl(141, 53%, 53%);
|
||||||
|
$footer-background-color: $light;
|
||||||
|
|
||||||
|
@import 'bulma/bulma';
|
9666
package-lock.json
generated
Normal file
9666
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,7 @@
|
|||||||
"@rails/activestorage": "^6.0.0",
|
"@rails/activestorage": "^6.0.0",
|
||||||
"@rails/ujs": "^6.0.0",
|
"@rails/ujs": "^6.0.0",
|
||||||
"@rails/webpacker": "4.2.2",
|
"@rails/webpacker": "4.2.2",
|
||||||
|
"bulma": "^0.8.1",
|
||||||
"turbolinks": "^5.2.0"
|
"turbolinks": "^5.2.0"
|
||||||
},
|
},
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
@ -1540,6 +1540,11 @@ builtin-status-codes@^3.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
|
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
|
||||||
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
|
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
|
||||||
|
|
||||||
|
bulma@^0.8.1:
|
||||||
|
version "0.8.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.8.1.tgz#a5feacb703b73a87fdeae4f0d12317d62fc1d301"
|
||||||
|
integrity sha512-Afi2zv4DKmNSYfmx55V+Mtnt8+WfR8Rs65kWArmzEuWP7vNr7dSAEDI+ORZlgOR1gueNZwpKaPdUi4ZiTNwgPA==
|
||||||
|
|
||||||
bytes@3.0.0:
|
bytes@3.0.0:
|
||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
|
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user