mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
19 lines
407 B
JavaScript
19 lines
407 B
JavaScript
(function($) {
|
|
"use strict"
|
|
|
|
new quixSettings({
|
|
typography: "roboto",
|
|
version: "light",
|
|
layout: "vertical",
|
|
headerBg: "color_1",
|
|
navheaderBg: "color_1",
|
|
sidebarBg: "color_1",
|
|
sidebarStyle: "full",
|
|
sidebarPosition: "fixed",
|
|
headerPosition: "fixed",
|
|
containerLayout: "wide",
|
|
direction: "ltr"
|
|
});
|
|
|
|
|
|
})(jQuery); |