Identify that missing styles that family & home have might be form being own section now
This commit is contained in:
parent
1ae68f2199
commit
b335df4fb4
2 changed files with 5 additions and 0 deletions
3
web/themes/custom/geofresco/src/global/_form.scss
Normal file
3
web/themes/custom/geofresco/src/global/_form.scss
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@charset "UTF-8";
|
||||||
|
// Extend or override Bulma's forms ../../node_modules/bulma/sass/form
|
||||||
|
|
|
@ -17,6 +17,8 @@ $primary: $green;
|
||||||
@import "base";
|
@import "base";
|
||||||
@import "../../node_modules/bulma/sass/elements/_all";
|
@import "../../node_modules/bulma/sass/elements/_all";
|
||||||
@import "elements";
|
@import "elements";
|
||||||
|
@import "../../node_modules/bulma/sass/form/_all";
|
||||||
|
@import "form"
|
||||||
$navbar-breakpoint: $tablet;
|
$navbar-breakpoint: $tablet;
|
||||||
@import "../../node_modules/bulma/sass/components/_all";
|
@import "../../node_modules/bulma/sass/components/_all";
|
||||||
@import "components";
|
@import "components";
|
||||||
|
|
Loading…
Add table
Reference in a new issue