feat(main): Add base theme: This is the falcon theme out of the box.
This is falcon v3.1.2
This commit is contained in:
2
_dev/css/abstracts/variables/custom/_icomoon.scss
Normal file
2
_dev/css/abstracts/variables/custom/_icomoon.scss
Normal file
@ -0,0 +1,2 @@
|
||||
$icomoon-font-path: "../css/fonts/icomoon/fonts";
|
||||
@import "../../../fonts/icomoon/variables";
|
||||
2
_dev/css/abstracts/variables/custom/_index.scss
Normal file
2
_dev/css/abstracts/variables/custom/_index.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import "icomoon";
|
||||
@import "search";
|
||||
1
_dev/css/abstracts/variables/custom/_search.scss
Normal file
1
_dev/css/abstracts/variables/custom/_search.scss
Normal file
@ -0,0 +1 @@
|
||||
$search-input-height: rem-calc(46px);
|
||||
Reference in New Issue
Block a user