Skip to content

Commit 396773e

Browse files
committed
Update 2016-01-11T02:43:27.120Z
1 parent e0c40e2 commit 396773e

File tree

8 files changed

+272
-272
lines changed

8 files changed

+272
-272
lines changed

css/app-blue.css

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ body {
238238
.alert.alert-inverse .alert-link {
239239
color: #e6e6e6; }
240240

241-
.animated {
242-
-webkit-animation-duration: .5s;
243-
animation-duration: .5s;
244-
-webkit-animation-delay: .1s;
245-
animation-delay: .1s; }
246-
247241
.btn {
248242
background-image: none;
249243
border-radius: 0;
@@ -563,6 +557,12 @@ body {
563557
-webkit-transform: scaleX(0);
564558
transform: scaleX(0); }
565559

560+
.animated {
561+
-webkit-animation-duration: .5s;
562+
animation-duration: .5s;
563+
-webkit-animation-delay: .1s;
564+
animation-delay: .1s; }
565+
566566
.card {
567567
background-color: #fff;
568568
box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
@@ -722,13 +722,6 @@ body {
722722
.card-footer {
723723
background-color: #fafafa; }
724724

725-
.easy-pie-chart {
726-
width: 50px;
727-
height: 50px;
728-
display: inline-block;
729-
background-color: #d7dde4;
730-
border-radius: 5px; }
731-
732725
.dropdown-menu {
733726
float: left;
734727
box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
@@ -751,6 +744,13 @@ body {
751744
background: none;
752745
background-color: whitesmoke; }
753746

747+
.easy-pie-chart {
748+
width: 50px;
749+
height: 50px;
750+
display: inline-block;
751+
background-color: #d7dde4;
752+
border-radius: 5px; }
753+
754754
.flex-row {
755755
display: -webkit-box;
756756
display: -webkit-flex;
@@ -1770,16 +1770,6 @@ pre {
17701770
max-width: 250px;
17711771
max-height: 250px; }
17721772

1773-
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
1774-
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1775-
background-color: #52BCD3;
1776-
height: 20px;
1777-
width: 20px;
1778-
line-height: 14px; }
1779-
1780-
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1781-
top: 32px; }
1782-
17831773
.dashboard-page .stats .card-block {
17841774
padding-bottom: 0; }
17851775

@@ -1824,6 +1814,16 @@ pre {
18241814
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
18251815
background-color: #dddddd; }
18261816

1817+
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
1818+
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1819+
background-color: #52BCD3;
1820+
height: 20px;
1821+
width: 20px;
1822+
line-height: 14px; }
1823+
1824+
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1825+
top: 32px; }
1826+
18271827
.dashboard-page .tasks {
18281828
display: -webkit-box;
18291829
display: -webkit-flex;
@@ -2509,6 +2509,17 @@ pre {
25092509
-webkit-transform: scaleX(1);
25102510
transform: scaleX(1); }
25112511

2512+
.sidebar-header .brand {
2513+
color: #fff;
2514+
text-align: left;
2515+
padding-left: 25px;
2516+
line-height: 70px;
2517+
font-size: 16px; }
2518+
@media (max-width: 767px) {
2519+
.sidebar-header .brand {
2520+
line-height: 50px;
2521+
font-size: 16px; } }
2522+
25122523
.customize {
25132524
width: 100%;
25142525
color: rgba(255, 255, 255, 0.5);
@@ -2602,17 +2613,6 @@ pre {
26022613
left: 0;
26032614
color: #fff; }
26042615

2605-
.sidebar-header .brand {
2606-
color: #fff;
2607-
text-align: left;
2608-
padding-left: 25px;
2609-
line-height: 70px;
2610-
font-size: 16px; }
2611-
@media (max-width: 767px) {
2612-
.sidebar-header .brand {
2613-
line-height: 50px;
2614-
font-size: 16px; } }
2615-
26162616
.header .header-block-nav .notifications {
26172617
font-size: 16px; }
26182618
.header .header-block-nav .notifications a {

css/app-custom.css

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ body {
238238
.alert.alert-inverse .alert-link {
239239
color: #e6e6e6; }
240240

241-
.animated {
242-
-webkit-animation-duration: .5s;
243-
animation-duration: .5s;
244-
-webkit-animation-delay: .1s;
245-
animation-delay: .1s; }
246-
247241
.btn {
248242
background-image: none;
249243
border-radius: 0;
@@ -563,6 +557,12 @@ body {
563557
-webkit-transform: scaleX(0);
564558
transform: scaleX(0); }
565559

560+
.animated {
561+
-webkit-animation-duration: .5s;
562+
animation-duration: .5s;
563+
-webkit-animation-delay: .1s;
564+
animation-delay: .1s; }
565+
566566
.card {
567567
background-color: #fff;
568568
box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
@@ -722,13 +722,6 @@ body {
722722
.card-footer {
723723
background-color: #fafafa; }
724724

725-
.easy-pie-chart {
726-
width: 50px;
727-
height: 50px;
728-
display: inline-block;
729-
background-color: #d7dde4;
730-
border-radius: 5px; }
731-
732725
.dropdown-menu {
733726
float: left;
734727
box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
@@ -751,6 +744,13 @@ body {
751744
background: none;
752745
background-color: whitesmoke; }
753746

747+
.easy-pie-chart {
748+
width: 50px;
749+
height: 50px;
750+
display: inline-block;
751+
background-color: #d7dde4;
752+
border-radius: 5px; }
753+
754754
.flex-row {
755755
display: -webkit-box;
756756
display: -webkit-flex;
@@ -1770,16 +1770,6 @@ pre {
17701770
max-width: 250px;
17711771
max-height: 250px; }
17721772

1773-
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
1774-
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1775-
background-color: #59c2e6;
1776-
height: 20px;
1777-
width: 20px;
1778-
line-height: 14px; }
1779-
1780-
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1781-
top: 32px; }
1782-
17831773
.dashboard-page .stats .card-block {
17841774
padding-bottom: 0; }
17851775

@@ -1824,6 +1814,16 @@ pre {
18241814
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
18251815
background-color: #dddddd; }
18261816

1817+
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
1818+
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1819+
background-color: #59c2e6;
1820+
height: 20px;
1821+
width: 20px;
1822+
line-height: 14px; }
1823+
1824+
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1825+
top: 32px; }
1826+
18271827
.dashboard-page .tasks {
18281828
display: -webkit-box;
18291829
display: -webkit-flex;
@@ -2509,6 +2509,17 @@ pre {
25092509
-webkit-transform: scaleX(1);
25102510
transform: scaleX(1); }
25112511

2512+
.sidebar-header .brand {
2513+
color: #fff;
2514+
text-align: left;
2515+
padding-left: 25px;
2516+
line-height: 70px;
2517+
font-size: 16px; }
2518+
@media (max-width: 767px) {
2519+
.sidebar-header .brand {
2520+
line-height: 50px;
2521+
font-size: 16px; } }
2522+
25122523
.customize {
25132524
width: 100%;
25142525
color: rgba(255, 255, 255, 0.5);
@@ -2602,17 +2613,6 @@ pre {
26022613
left: 0;
26032614
color: #fff; }
26042615

2605-
.sidebar-header .brand {
2606-
color: #fff;
2607-
text-align: left;
2608-
padding-left: 25px;
2609-
line-height: 70px;
2610-
font-size: 16px; }
2611-
@media (max-width: 767px) {
2612-
.sidebar-header .brand {
2613-
line-height: 50px;
2614-
font-size: 16px; } }
2615-
26162616
.header .header-block-nav .notifications {
26172617
font-size: 16px; }
26182618
.header .header-block-nav .notifications a {

css/app-green.css

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ body {
238238
.alert.alert-inverse .alert-link {
239239
color: #e6e6e6; }
240240

241-
.animated {
242-
-webkit-animation-duration: .5s;
243-
animation-duration: .5s;
244-
-webkit-animation-delay: .1s;
245-
animation-delay: .1s; }
246-
247241
.btn {
248242
background-image: none;
249243
border-radius: 0;
@@ -563,6 +557,12 @@ body {
563557
-webkit-transform: scaleX(0);
564558
transform: scaleX(0); }
565559

560+
.animated {
561+
-webkit-animation-duration: .5s;
562+
animation-duration: .5s;
563+
-webkit-animation-delay: .1s;
564+
animation-delay: .1s; }
565+
566566
.card {
567567
background-color: #fff;
568568
box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
@@ -722,13 +722,6 @@ body {
722722
.card-footer {
723723
background-color: #fafafa; }
724724

725-
.easy-pie-chart {
726-
width: 50px;
727-
height: 50px;
728-
display: inline-block;
729-
background-color: #d7dde4;
730-
border-radius: 5px; }
731-
732725
.dropdown-menu {
733726
float: left;
734727
box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
@@ -751,6 +744,13 @@ body {
751744
background: none;
752745
background-color: whitesmoke; }
753746

747+
.easy-pie-chart {
748+
width: 50px;
749+
height: 50px;
750+
display: inline-block;
751+
background-color: #d7dde4;
752+
border-radius: 5px; }
753+
754754
.flex-row {
755755
display: -webkit-box;
756756
display: -webkit-flex;
@@ -1770,16 +1770,6 @@ pre {
17701770
max-width: 250px;
17711771
max-height: 250px; }
17721772

1773-
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
1774-
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1775-
background-color: #8CDE33;
1776-
height: 20px;
1777-
width: 20px;
1778-
line-height: 14px; }
1779-
1780-
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1781-
top: 32px; }
1782-
17831773
.dashboard-page .stats .card-block {
17841774
padding-bottom: 0; }
17851775

@@ -1824,6 +1814,16 @@ pre {
18241814
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
18251815
background-color: #dddddd; }
18261816

1817+
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
1818+
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1819+
background-color: #8CDE33;
1820+
height: 20px;
1821+
width: 20px;
1822+
line-height: 14px; }
1823+
1824+
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
1825+
top: 32px; }
1826+
18271827
.dashboard-page .tasks {
18281828
display: -webkit-box;
18291829
display: -webkit-flex;
@@ -2509,6 +2509,17 @@ pre {
25092509
-webkit-transform: scaleX(1);
25102510
transform: scaleX(1); }
25112511

2512+
.sidebar-header .brand {
2513+
color: #fff;
2514+
text-align: left;
2515+
padding-left: 25px;
2516+
line-height: 70px;
2517+
font-size: 16px; }
2518+
@media (max-width: 767px) {
2519+
.sidebar-header .brand {
2520+
line-height: 50px;
2521+
font-size: 16px; } }
2522+
25122523
.customize {
25132524
width: 100%;
25142525
color: rgba(255, 255, 255, 0.5);
@@ -2602,17 +2613,6 @@ pre {
26022613
left: 0;
26032614
color: #fff; }
26042615

2605-
.sidebar-header .brand {
2606-
color: #fff;
2607-
text-align: left;
2608-
padding-left: 25px;
2609-
line-height: 70px;
2610-
font-size: 16px; }
2611-
@media (max-width: 767px) {
2612-
.sidebar-header .brand {
2613-
line-height: 50px;
2614-
font-size: 16px; } }
2615-
26162616
.header .header-block-nav .notifications {
26172617
font-size: 16px; }
26182618
.header .header-block-nav .notifications a {

0 commit comments

Comments
 (0)