load and enable bootstrap framework
This commit is contained in:
1
app/assets/styles/_variables.scss
Normal file
1
app/assets/styles/_variables.scss
Normal file
@@ -0,0 +1 @@
|
||||
$h1-font-size: 3.5rem; //bigger
|
@@ -1,8 +1,15 @@
|
||||
// override bootstrap variables
|
||||
@import "_variables";
|
||||
|
||||
// import Bootstrap 5 styles
|
||||
@import "~bootstrap/scss/bootstrap";
|
||||
|
||||
|
||||
body {
|
||||
background-color: lightgray;
|
||||
padding: 5em;
|
||||
//background-color: lightgray;
|
||||
//padding: 3em;
|
||||
div#boum {
|
||||
background-color: white;
|
||||
//background-color: white;
|
||||
padding: 1em;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
|
Reference in New Issue
Block a user