Added override file
Lets see if that helps
This commit is contained in:
parent
ad7cbc1788
commit
c558f6342b
4 changed files with 11 additions and 5 deletions
|
|
@ -63,7 +63,8 @@ $basic_link_color: $echo_color;
|
||||||
$basic_highlight_color: $white;
|
$basic_highlight_color: $white;
|
||||||
$basic_action_color: $foxtrot_color;
|
$basic_action_color: $foxtrot_color;
|
||||||
|
|
||||||
$basic_background_color: $medium_gray;
|
$default_background_color: $medium_gray !default;
|
||||||
|
$basic_background_color: $default_background_color;
|
||||||
$light_color: lighten($basic_background_color,5%);
|
$light_color: lighten($basic_background_color,5%);
|
||||||
$dark_color: darken($basic_background_color,10%);
|
$dark_color: darken($basic_background_color,10%);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,11 +34,12 @@
|
||||||
|
|
||||||
|
|
||||||
// Global configuration with default values
|
// Global configuration with default values
|
||||||
// Adjustments can be made by copying values from _default.scss to _config.scss
|
// Adjustments can be made by copying values from _config.scss to _override.scss
|
||||||
// Be careful though changes will get lost if hippie gets updated
|
// Be careful though changes will get lost if hippie gets updated
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
@import "default"; // EDIT
|
@import "default"; // EDIT
|
||||||
@import "config"; // DO NOT EDIT
|
@import "config"; // DO NOT EDIT
|
||||||
|
@import "override"; // EDIT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
4
_override.scss
Normal file
4
_override.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
// Override for configuration file
|
||||||
|
// ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// $default_font_size: 10px;
|
||||||
|
|
@ -371,9 +371,9 @@
|
||||||
<h1>Druck</h1>
|
<h1>Druck</h1>
|
||||||
</div>
|
</div>
|
||||||
<script
|
<script
|
||||||
src="https://code.jquery.com/jquery-3.1.1.min.js"
|
src="https://code.jquery.com/jquery-3.1.1.min.js"
|
||||||
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
|
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0)
|
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0)
|
||||||
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0)
|
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue