Fix search on mobile
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
@import '../../../node_modules/bulma/bulma';
|
||||
|
||||
@import 'variables-derived';
|
||||
|
||||
*, *:hover, *:active, *:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
2
src/styles/theme/variables-derived.scss
Normal file
2
src/styles/theme/variables-derived.scss
Normal file
@ -0,0 +1,2 @@
|
||||
// Variables that are derived from bulma variables need to be included after them
|
||||
$mobile: $tablet / 2;
|
Reference in New Issue
Block a user