Skip to content
Snippets Groups Projects
Commit 9d754118 authored by Alexis BENOIT's avatar Alexis BENOIT
Browse files

hotfix: add default to search sass variables

parent 637e97be
No related branches found
No related tags found
No related merge requests found
......@@ -137,9 +137,9 @@ $table-body-size: $body-size !default
$table-body-size-desktop: $body-size-desktop !default
// Search
$search-button-header-icon: true
$search-button-header-text: false
$search-button-footer-icon: true
$search-button-footer-text: true
$search-button-fixed-icon: true
$search-button-fixed-text: true
\ No newline at end of file
$search-button-header-icon: true !default
$search-button-header-text: false !default
$search-button-footer-icon: true !default
$search-button-footer-text: true !default
$search-button-fixed-icon: true !default
$search-button-fixed-text: true !default
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment