-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
50 lines (50 loc) · 1.04 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module.exports = {
api: '/api/v1',
LoginFormStyels: {
checkboxStyles: {
position: 'absolute',
top: '-20%',
left: '-20%',
display: 'block',
width: '140%',
height: '140%',
margin: '0px',
padding: '0px',
border: '0px',
opacity: 0,
background: 'rgb(255, 255, 255)'
},
iCheckStyle: {
position: 'relative'
},
iCheckHelperStyle: {
position: 'absolute',
top: '-20%',
left: '-20%',
display: 'block',
width: '140%',
height: '140%',
margin: '0px',
padding: '0px',
border: '0px',
opacity: 0,
background: 'rgb(255, 255, 255)'
}
},
AdminLTE: {
theme: 'skin-blue sidebar-mini',
loginTheme: 'login-page',
navbarMenuSlimscroll: true,
navbarMenuSlimscrollWidth: '3px',
navbarMenuHeight: '200px',
animationSpeed: 500,
sidebarToggleSelector: "[data-toggle='offcanvas']",
sidebarPushMenu: true,
screenSizes: {
xs: 480,
sm: 768,
md: 992,
lg: 1200
}
}
}