restore composer.json, add mysqli extension
This commit is contained in:
16
public/vendor/dashboard/app-assets/css/plugins/extensions/context-menu.css
vendored
Executable file
16
public/vendor/dashboard/app-assets/css/plugins/extensions/context-menu.css
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
/********* CONTEXT MENU *********/
|
||||
.context-menu-list
|
||||
{
|
||||
width: 248px;
|
||||
}
|
||||
.context-menu-list .context-menu-item
|
||||
{
|
||||
padding: .6rem 2rem;
|
||||
}
|
||||
.context-menu-list .context-menu-item:not(:last-child)
|
||||
{
|
||||
border-bottom: 1px solid #dae1e7;
|
||||
}
|
||||
1
public/vendor/dashboard/app-assets/css/plugins/extensions/context-menu.min.css
vendored
Executable file
1
public/vendor/dashboard/app-assets/css/plugins/extensions/context-menu.min.css
vendored
Executable file
@@ -0,0 +1 @@
|
||||
.context-menu-list{width:248px}.context-menu-list .context-menu-item{padding:.6rem 2rem}.context-menu-list .context-menu-item:not(:last-child){border-bottom:1px solid #dae1e7}
|
||||
44
public/vendor/dashboard/app-assets/css/plugins/extensions/drag-and-drop.css
vendored
Executable file
44
public/vendor/dashboard/app-assets/css/plugins/extensions/drag-and-drop.css
vendored
Executable file
@@ -0,0 +1,44 @@
|
||||
#draggable-cards .card
|
||||
{
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#basic-list-group .list-group-item,
|
||||
#multiple-list-group-a .list-group-item,
|
||||
#multiple-list-group-b .list-group-item
|
||||
{
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#clone-lists .chip
|
||||
{
|
||||
cursor: -webkit-grab;
|
||||
cursor: -moz-grab;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#multiple-list-group-a,
|
||||
#multiple-list-group-b
|
||||
{
|
||||
min-height: 5.714rem;
|
||||
}
|
||||
|
||||
#dd-with-handle .list-group
|
||||
{
|
||||
min-height: 5.714rem;
|
||||
}
|
||||
#dd-with-handle .list-group .handle
|
||||
{
|
||||
font-size: 1.2rem;
|
||||
|
||||
margin-right: 5px;
|
||||
padding: 0 5px;
|
||||
|
||||
cursor: move;
|
||||
|
||||
background-color: rgba(0, 0, 0, .1);
|
||||
}
|
||||
1
public/vendor/dashboard/app-assets/css/plugins/extensions/drag-and-drop.min.css
vendored
Executable file
1
public/vendor/dashboard/app-assets/css/plugins/extensions/drag-and-drop.min.css
vendored
Executable file
@@ -0,0 +1 @@
|
||||
#basic-list-group .list-group-item,#clone-lists .chip,#draggable-cards .card,#multiple-list-group-a .list-group-item,#multiple-list-group-b .list-group-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}#dd-with-handle .list-group,#multiple-list-group-a,#multiple-list-group-b{min-height:5.714rem}#dd-with-handle .list-group .handle{font-size:1.2rem;margin-right:5px;padding:0 5px;cursor:move;background-color:rgba(0,0,0,.1)}
|
||||
266
public/vendor/dashboard/app-assets/css/plugins/extensions/noui-slider.css
vendored
Executable file
266
public/vendor/dashboard/app-assets/css/plugins/extensions/noui-slider.css
vendored
Executable file
@@ -0,0 +1,266 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
.noUi-background
|
||||
{
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
.noUi-target
|
||||
{
|
||||
border: none;
|
||||
border-radius: 1rem;
|
||||
background-color: #ebebeb;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.noUi-target.noUi-connect
|
||||
{
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.noUi-horizontal
|
||||
{
|
||||
height: 10px;
|
||||
padding-right: 17px;
|
||||
}
|
||||
.noUi-horizontal .noUi-handle
|
||||
{
|
||||
top: -5px;
|
||||
left: -1px;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.noUi-horizontal .noUi-origin
|
||||
{
|
||||
right: -17px;
|
||||
left: 17px;
|
||||
}
|
||||
.noUi-horizontal.slider-xl
|
||||
{
|
||||
height: 14px;
|
||||
}
|
||||
.noUi-horizontal.slider-xl .noUi-handle
|
||||
{
|
||||
top: -7px;
|
||||
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
.noUi-horizontal.slider-lg
|
||||
{
|
||||
height: 12px;
|
||||
}
|
||||
.noUi-horizontal.slider-lg .noUi-handle
|
||||
{
|
||||
top: -6px;
|
||||
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
.noUi-horizontal.slider-sm
|
||||
{
|
||||
height: 6px;
|
||||
}
|
||||
.noUi-horizontal.slider-sm .noUi-handle
|
||||
{
|
||||
right: -2px !important;
|
||||
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
.noUi-horizontal.slider-xs
|
||||
{
|
||||
height: 3px;
|
||||
}
|
||||
.noUi-horizontal.slider-xs .noUi-handle
|
||||
{
|
||||
top: -4px;
|
||||
right: -2px !important;
|
||||
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.noUi-handle
|
||||
{
|
||||
border: none;
|
||||
border: 5px solid #7367f0;
|
||||
border-radius: 50%;
|
||||
background: #fff;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.noUi-handle:after,
|
||||
.noUi-handle:before
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.circle-filled .noUi-handle
|
||||
{
|
||||
border-radius: 50%;
|
||||
background: #7367f0;
|
||||
}
|
||||
.circle-filled .noUi-handle:after,
|
||||
.circle-filled .noUi-handle:before
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.square .noUi-handle
|
||||
{
|
||||
border-radius: 3px;
|
||||
background: #7367f0;
|
||||
}
|
||||
.square .noUi-handle:before
|
||||
{
|
||||
top: 0;
|
||||
left: 2px;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 2px;
|
||||
height: 10px;
|
||||
}
|
||||
.square .noUi-handle:after
|
||||
{
|
||||
top: 0;
|
||||
left: 7px;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 2px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.square.slider-xl .noUi-handle:before
|
||||
{
|
||||
top: 4px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.square.slider-xl .noUi-handle:after
|
||||
{
|
||||
top: 4px;
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.square.slider-lg .noUi-handle:before
|
||||
{
|
||||
top: 2px;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
.square.slider-lg .noUi-handle:after
|
||||
{
|
||||
top: 2px;
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.square.slider-sm .noUi-handle:before
|
||||
{
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
.square.slider-sm .noUi-handle:after
|
||||
{
|
||||
top: -1px;
|
||||
left: 4px;
|
||||
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
.square.slider-xs .noUi-handle:before
|
||||
{
|
||||
top: -3px;
|
||||
left: -3px;
|
||||
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.square.slider-xs .noUi-handle:after
|
||||
{
|
||||
top: -3px;
|
||||
left: 1px;
|
||||
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.noUi-connect
|
||||
{
|
||||
background: #7367f0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.noUi-vertical
|
||||
{
|
||||
display: inline-block;
|
||||
|
||||
width: 8px;
|
||||
height: 150px;
|
||||
}
|
||||
.noUi-vertical .noUi-handle
|
||||
{
|
||||
top: -5px;
|
||||
left: -6px;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
.noUi-vertical.square .noUi-handle
|
||||
{
|
||||
border-radius: 3px;
|
||||
background: #7367f0;
|
||||
}
|
||||
.noUi-vertical.square .noUi-handle:before
|
||||
{
|
||||
top: 2px;
|
||||
left: -1px;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 12px;
|
||||
height: 2px;
|
||||
}
|
||||
.noUi-vertical.square .noUi-handle:after
|
||||
{
|
||||
top: 7px;
|
||||
left: -1px;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 12px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.example-val
|
||||
{
|
||||
font: 400 12px Arial;
|
||||
|
||||
display: block;
|
||||
|
||||
margin: 15px 0;
|
||||
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.noUi-handle:focus
|
||||
{
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
_:-ms-lang(x),
|
||||
.slider-select
|
||||
{
|
||||
max-width: 10%;
|
||||
|
||||
-ms-flex: 0 0 10%;
|
||||
flex: 0 0 10%;
|
||||
}
|
||||
1
public/vendor/dashboard/app-assets/css/plugins/extensions/noui-slider.min.css
vendored
Executable file
1
public/vendor/dashboard/app-assets/css/plugins/extensions/noui-slider.min.css
vendored
Executable file
@@ -0,0 +1 @@
|
||||
.circle-filled .noUi-handle:after,.circle-filled .noUi-handle:before,.noUi-handle:after,.noUi-handle:before{display:none}.noUi-background{background:#f0f0f0}.noUi-target{border:none;border-radius:1rem;background-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.noUi-target.noUi-connect{-webkit-box-shadow:none;box-shadow:none}.noUi-horizontal{height:10px;padding-right:17px}.noUi-horizontal .noUi-handle{top:-5px;left:-1px;width:20px;height:20px}.noUi-horizontal .noUi-origin{right:-17px;left:17px}.noUi-horizontal.slider-xl{height:14px}.noUi-horizontal.slider-xl .noUi-handle{top:-7px;width:28px;height:28px}.noUi-horizontal.slider-lg{height:12px}.noUi-horizontal.slider-lg .noUi-handle{top:-6px;width:24px;height:24px}.noUi-horizontal.slider-sm{height:6px}.noUi-horizontal.slider-sm .noUi-handle{right:-2px!important;width:15px;height:15px}.noUi-horizontal.slider-xs{height:3px}.noUi-horizontal.slider-xs .noUi-handle{top:-4px;right:-2px!important;width:10px;height:10px}.noUi-handle{border:none;border:5px solid #7367f0;border-radius:50%;background:#fff;-webkit-box-shadow:none;box-shadow:none}.circle-filled .noUi-handle{border-radius:50%;background:#7367f0}.noUi-vertical.square .noUi-handle,.square .noUi-handle{border-radius:3px;background:#7367f0}.square .noUi-handle:before{top:0;left:2px;display:block;width:2px;height:10px}.square .noUi-handle:after{top:0;left:7px;display:block;width:2px;height:10px}.square.slider-xl .noUi-handle:before{top:4px;left:5px}.square.slider-xl .noUi-handle:after{top:4px;left:10px}.square.slider-lg .noUi-handle:before{top:2px;left:3px}.square.slider-lg .noUi-handle:after{top:2px;left:8px}.square.slider-sm .noUi-handle:before{top:-1px;left:-1px;height:7px}.square.slider-sm .noUi-handle:after{top:-1px;left:4px;height:7px}.square.slider-xs .noUi-handle:before{top:-3px;left:-3px;height:5px}.square.slider-xs .noUi-handle:after{top:-3px;left:1px;height:5px}.noUi-connect{background:#7367f0;-webkit-box-shadow:none;box-shadow:none}.noUi-vertical{display:inline-block;width:8px;height:150px}.noUi-vertical .noUi-handle{top:-5px;left:-6px;width:20px;height:20px}.noUi-vertical.square .noUi-handle:before{top:2px;left:-1px;display:block;width:12px;height:2px}.noUi-vertical.square .noUi-handle:after{top:7px;left:-1px;display:block;width:12px;height:2px}.example-val{font:400 12px Arial;display:block;margin:15px 0;color:#888}.noUi-handle:focus{outline:0}.slider-select,_:-ms-lang(x){max-width:10%;-ms-flex:0 0 10%;flex:0 0 10%}
|
||||
43
public/vendor/dashboard/app-assets/css/plugins/extensions/toastr.css
vendored
Executable file
43
public/vendor/dashboard/app-assets/css/plugins/extensions/toastr.css
vendored
Executable file
@@ -0,0 +1,43 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
#toast-container > div
|
||||
{
|
||||
max-width: none;
|
||||
|
||||
opacity: .9;
|
||||
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
|
||||
filter: alpha(opacity=90);
|
||||
}
|
||||
|
||||
#toast-container > div:hover
|
||||
{
|
||||
-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .75);
|
||||
box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .75);
|
||||
}
|
||||
|
||||
.toast
|
||||
{
|
||||
background-color: #7367f0;
|
||||
}
|
||||
|
||||
.toast-success
|
||||
{
|
||||
background-color: #28c76f;
|
||||
}
|
||||
|
||||
.toast-error
|
||||
{
|
||||
background-color: #ea5455;
|
||||
}
|
||||
|
||||
.toast-info
|
||||
{
|
||||
background-color: #00cfe8;
|
||||
}
|
||||
|
||||
.toast-warning
|
||||
{
|
||||
background-color: #ff9f43;
|
||||
}
|
||||
1
public/vendor/dashboard/app-assets/css/plugins/extensions/toastr.min.css
vendored
Executable file
1
public/vendor/dashboard/app-assets/css/plugins/extensions/toastr.min.css
vendored
Executable file
@@ -0,0 +1 @@
|
||||
#toast-container>div{max-width:none;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90)}#toast-container>div:hover{-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,.75);box-shadow:2px 2px 10px 0 rgba(0,0,0,.75)}.toast{background-color:#7367f0}.toast-success{background-color:#28c76f}.toast-error{background-color:#ea5455}.toast-info{background-color:#00cfe8}.toast-warning{background-color:#ff9f43}
|
||||
Reference in New Issue
Block a user