mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
19
httpdocs/themes/focus2/js/quixnav-init.js
Normal file
19
httpdocs/themes/focus2/js/quixnav-init.js
Normal file
@ -0,0 +1,19 @@
|
||||
(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);
|
||||
Reference in New Issue
Block a user