mirror of https://github.com/akveo/blur-admin
refactor(global): Vova
parent
e015ad5c54
commit
3ca2ba9bb1
|
@ -87,7 +87,7 @@
|
||||||
bullet: 'square',
|
bullet: 'square',
|
||||||
bulletBorderAlpha: 1,
|
bulletBorderAlpha: 1,
|
||||||
bulletBorderThickness: 1,
|
bulletBorderThickness: 1,
|
||||||
fillAlphas: 0.3,
|
fillAlphas: 0.5,
|
||||||
fillColorsField: 'lineColor',
|
fillColorsField: 'lineColor',
|
||||||
legendValueText: '[[value]]',
|
legendValueText: '[[value]]',
|
||||||
lineColorField: 'lineColor',
|
lineColorField: 'lineColor',
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
{
|
{
|
||||||
balloonText: '<b>[[category]]: [[value]]</b>',
|
balloonText: '<b>[[category]]: [[value]]</b>',
|
||||||
fillColorsField: 'color',
|
fillColorsField: 'color',
|
||||||
fillAlphas: 0.5,
|
fillAlphas: 0.7,
|
||||||
lineAlpha: 0.2,
|
lineAlpha: 0.2,
|
||||||
type: 'column',
|
type: 'column',
|
||||||
valueField: 'visits'
|
valueField: 'visits'
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
"precision": 2,
|
"precision": 2,
|
||||||
"valueAxes": [{
|
"valueAxes": [{
|
||||||
color: layoutColors.default,
|
color: layoutColors.default,
|
||||||
|
axisColor: layoutColors.default,
|
||||||
|
gridColor: layoutColors.default,
|
||||||
"id": "v1",
|
"id": "v1",
|
||||||
"title": "Sales",
|
"title": "Sales",
|
||||||
"position": "left",
|
"position": "left",
|
||||||
|
@ -27,6 +29,9 @@
|
||||||
return "$" + Math.round(value) + "M";
|
return "$" + Math.round(value) + "M";
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
color: layoutColors.default,
|
||||||
|
axisColor: layoutColors.default,
|
||||||
|
gridColor: layoutColors.default,
|
||||||
"id": "v2",
|
"id": "v2",
|
||||||
"title": "Market Days",
|
"title": "Market Days",
|
||||||
"gridAlpha": 0,
|
"gridAlpha": 0,
|
||||||
|
@ -123,14 +128,17 @@
|
||||||
},
|
},
|
||||||
"categoryField": "date",
|
"categoryField": "date",
|
||||||
"categoryAxis": {
|
"categoryAxis": {
|
||||||
color: "#fff",
|
"axisColor": "#fff",
|
||||||
|
"color": "#fff",
|
||||||
|
"gridColor": "#fff",
|
||||||
"parseDates": true,
|
"parseDates": true,
|
||||||
"dashLength": 1,
|
"dashLength": 1,
|
||||||
"minorGridEnabled": true
|
"minorGridEnabled": true
|
||||||
},
|
},
|
||||||
"legend": {
|
"legend": {
|
||||||
"useGraphSettings": true,
|
"useGraphSettings": true,
|
||||||
"position": "top"
|
"position": "top",
|
||||||
|
"color": "#fff"
|
||||||
},
|
},
|
||||||
"balloon": {
|
"balloon": {
|
||||||
"borderThickness": 1,
|
"borderThickness": 1,
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
funnelAlpha: 0.9,
|
funnelAlpha: 0.9,
|
||||||
valueField: 'value',
|
valueField: 'value',
|
||||||
startX: 0,
|
startX: 0,
|
||||||
|
alpha: 0.8,
|
||||||
neckWidth: '0%',
|
neckWidth: '0%',
|
||||||
startAlpha: 0,
|
startAlpha: 0,
|
||||||
outlineThickness: 1,
|
outlineThickness: 1,
|
||||||
|
|
|
@ -90,6 +90,7 @@
|
||||||
|
|
||||||
autoMargins: false,
|
autoMargins: false,
|
||||||
marginTop: 10,
|
marginTop: 10,
|
||||||
|
alpha: 0.8,
|
||||||
marginBottom: 0,
|
marginBottom: 0,
|
||||||
marginLeft: 0,
|
marginLeft: 0,
|
||||||
marginRight: 0,
|
marginRight: 0,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header bg-danger">
|
<div class="modal-header bg-danger">
|
||||||
<i class="ion-flame"></i><span> Error</span>
|
<i class="ion-flame modal-icon"></i><span> Error</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-center">Your information hasn't been saved!</div>
|
<div class="modal-body text-center">Your information hasn't been saved!</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header bg-info">
|
<div class="modal-header bg-info">
|
||||||
<i class="ion-information-circled"></i><span> Information</span>
|
<i class="ion-information-circled modal-icon"></i><span> Information</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-center">You've got a new email!</div>
|
<div class="modal-body text-center">You've got a new email!</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header bg-success">
|
<div class="modal-header bg-success">
|
||||||
<i class="ion-checkmark"></i><span> Success</span>
|
<i class="ion-checkmark modal-icon"></i><span> Success</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-center">Your information has been saved successfully</div>
|
<div class="modal-body text-center">Your information has been saved successfully</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header bg-warning">
|
<div class="modal-header bg-warning">
|
||||||
<i class="ion-android-warning"></i><span> Warning</span>
|
<i class="ion-android-warning modal-icon"></i><span> Warning</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-center">Your computer is about to explode!</div>
|
<div class="modal-body text-center">Your computer is about to explode!</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
|
@ -57,56 +57,56 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2 col-sm-3 toastr-radio-setup">
|
<div class="col-md-2 col-sm-3 toastr-radio-setup">
|
||||||
<div id="toastTypeGroup">
|
<div id="toastTypeGroup">
|
||||||
<div class="controls">
|
<div class="controls radio-controls">
|
||||||
<label class="radio-header">Toast Type</label>
|
<label class="radio-header">Toast Type</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.type" name="toasts" value="success"/>Success
|
<input type="radio" ng-model="options.type" name="toasts" value="success"/><span>Success</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.type" name="toasts" value="info"/>Info
|
<input type="radio" ng-model="options.type" name="toasts" value="info"/><span>Info</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.type" name="toasts" value="warning"/>Warning
|
<input type="radio" ng-model="options.type" name="toasts" value="warning"/><span>Warning</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.type" name="toasts" value="error"/>Error
|
<input type="radio" ng-model="options.type" name="toasts" value="error"/><span>Error</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="positionGroup">
|
<div id="positionGroup">
|
||||||
<div class="controls">
|
<div class="controls radio-controls">
|
||||||
<label class="radio-header position-header">Position</label>
|
<label class="radio-header position-header">Position</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-right"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-right"/>
|
||||||
Top Right
|
<span>Top Right</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-right"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-right"/>
|
||||||
Bottom Right
|
<span>Bottom Right</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-left"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-left"/>
|
||||||
Bottom Left
|
<span>Bottom Left</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-left"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-left"/>
|
||||||
Top Left
|
<span>Top Left</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-full-width"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-full-width"/>
|
||||||
Top Full Width
|
<span>Top Full Width</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-full-width"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-full-width"/>
|
||||||
Bottom Full Width
|
<span>Bottom Full Width</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-center"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-top-center"/>
|
||||||
Top Center
|
<span>Top Center</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="radio">
|
<label class="radio custom-radio">
|
||||||
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-center"/>
|
<input type="radio" ng-model="options.positionClass" name="positions" value="toast-bottom-center"/>
|
||||||
Bottom Center
|
<span>Bottom Center</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
subSubitem.title }}</a>
|
subSubitem.title }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a ng-mouseenter="hoverItem($event, item)" ng-if="!subitem.subMenu" href="{{ subitem.root }}">{{ subitem.title}}</a>
|
<a ng-mouseenter="hoverItem($event, item)" target="{{subitem.root[0]=='#' ? '_self' : '_blank'}}" ng-if="!subitem.subMenu" href="{{ subitem.root }}">{{ subitem.title}}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -26,11 +26,13 @@
|
||||||
title: 'Menu Level 1',
|
title: 'Menu Level 1',
|
||||||
icon: 'ion-ios-more',
|
icon: 'ion-ios-more',
|
||||||
subMenu: [{
|
subMenu: [{
|
||||||
title: 'Menu Level 1.1'
|
title: 'Menu Level 1.1',
|
||||||
|
root: '#'
|
||||||
}, {
|
}, {
|
||||||
title: 'Menu Level 1.2',
|
title: 'Menu Level 1.2',
|
||||||
subMenu: [{
|
subMenu: [{
|
||||||
title: 'Menu Level 1.2.1'
|
title: 'Menu Level 1.2.1',
|
||||||
|
root: '#'
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}];
|
}];
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 726 KiB After Width: | Height: | Size: 254 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 462 KiB |
|
@ -25,7 +25,10 @@
|
||||||
<!-- endbuild -->
|
<!-- endbuild -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="preload-images">
|
||||||
|
<img class="preload-bg" width="1" height="1">
|
||||||
|
<img class="preload-blurred-bg" width="1" height="1">
|
||||||
|
</div>
|
||||||
<main ng-if="$pageFinishedLoading" ng-class="{ 'menu-collapsed': $isMenuCollapsed }">
|
<main ng-if="$pageFinishedLoading" ng-class="{ 'menu-collapsed': $isMenuCollapsed }">
|
||||||
|
|
||||||
<sidebar></sidebar>
|
<sidebar></sidebar>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-success {
|
.bg-success {
|
||||||
background-color: $success;
|
background-color: rgba($success,0.85);
|
||||||
a{
|
a{
|
||||||
color: $primary-charts;
|
color: $primary-charts;
|
||||||
&:hover{
|
&:hover{
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bg-info {
|
.bg-info {
|
||||||
background-color: $info;
|
background-color: rgba($info,0.85);
|
||||||
a{
|
a{
|
||||||
color: $warning-bg;
|
color: $warning-bg;
|
||||||
&:hover{
|
&:hover{
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bg-warning {
|
.bg-warning {
|
||||||
background-color: $warning;
|
background-color: rgba($warning,0.85);
|
||||||
a{
|
a{
|
||||||
color: $danger;
|
color: $danger;
|
||||||
&:hover{
|
&:hover{
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bg-danger {
|
.bg-danger {
|
||||||
background-color: $danger;
|
background-color: rgba($danger,0.85);
|
||||||
a{
|
a{
|
||||||
color: $primary-light;
|
color: $primary-light;
|
||||||
&:hover{
|
&:hover{
|
||||||
|
|
|
@ -40,8 +40,8 @@ a.see-all-icons {
|
||||||
.kameleon-row {
|
.kameleon-row {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
float: left;
|
float: left;
|
||||||
|
min-height: 80px;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
|
@ -31,6 +31,9 @@
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
.modal-icon{
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
.sn-link-close {
|
.sn-link-close {
|
||||||
color: #949494;
|
color: #949494;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.radio-controls .custom-radio{
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.toastr-radio-setup {
|
.toastr-radio-setup {
|
||||||
margin-left: 22px;
|
margin-left: 22px;
|
||||||
|
|
|
@ -177,6 +177,16 @@ $panel-heading-font-size: 16px;
|
||||||
font-weight: $font-light;
|
font-weight: $font-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.preload-images {
|
||||||
|
height: 0;
|
||||||
|
.preload-bg{
|
||||||
|
background: url($images-root + 'blur-bg.jpg') no-repeat;
|
||||||
|
}
|
||||||
|
.preload-blurred-bg{
|
||||||
|
background: url($images-root + 'blur-bg-blurred.jpg') no-repeat;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.panel-group .panel {
|
.panel-group .panel {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
}
|
}
|
||||||
& > li.active > a {
|
& > li.active > a {
|
||||||
color: $default;
|
color: $default;
|
||||||
background-color: rgba(0, 0, 0, .15);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
}
|
}
|
||||||
> li:first-of-type a {
|
> li:first-of-type a {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue